fix noise in gdb console when single stepping. Remove printing of log before processing halted event.
git-svn-id: svn://svn.berlios.de/openocd/trunk@994 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -281,6 +281,10 @@ enum target_event
|
||||
TARGET_EVENT_OLD_post_reset,
|
||||
TARGET_EVENT_OLD_pre_resume,
|
||||
|
||||
/* allow GDB to do stuff before others handle the halted event,
|
||||
this is in lieu of defining ordering of invocation of events,
|
||||
which would be more complicated */
|
||||
TARGET_EVENT_EARLY_HALTED,
|
||||
TARGET_EVENT_HALTED, /* target entered debug state from normal execution or reset */
|
||||
TARGET_EVENT_RESUMED, /* target resumed to normal execution */
|
||||
TARGET_EVENT_RESUME_START,
|
||||
|
||||
Reference in New Issue
Block a user