- fixed target->type->poll() return value
- added arch_state to show status of currently selected target - simplified target->type->arch_state() api. - clean up telnet output a bit - fixed GDB output for arch_state - removed a couple of unecessary exit()'s - cleaned up error propagation a bit in a few places git-svn-id: svn://svn.berlios.de/openocd/trunk@332 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -101,7 +101,7 @@ typedef struct arm7_9_common_s
|
||||
|
||||
int arm7_9_register_commands(struct command_context_s *cmd_ctx);
|
||||
|
||||
enum target_state arm7_9_poll(target_t *target);
|
||||
int arm7_9_poll(target_t *target);
|
||||
|
||||
int arm7_9_target_request_data(target_t *target, u32 size, u8 *buffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user