- correctly enter debug state on a "soft_reset_halt" command
- several small fixes - retry reading from a FT2232 device on incomplete reads git-svn-id: svn://svn.berlios.de/openocd/trunk@110 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -904,7 +904,6 @@ int handle_target_command(struct command_context_s *cmd_ctx, char *cmd, char **a
|
||||
(*last_target_p)->working_areas = NULL;
|
||||
(*last_target_p)->backup_working_area = 0;
|
||||
|
||||
(*last_target_p)->endianness = TARGET_LITTLE_ENDIAN;
|
||||
(*last_target_p)->state = TARGET_UNKNOWN;
|
||||
(*last_target_p)->reg_cache = NULL;
|
||||
(*last_target_p)->breakpoints = NULL;
|
||||
|
||||
Reference in New Issue
Block a user