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:
@@ -665,7 +665,7 @@ int gdb_target_callback_event_handler(struct target_s *target, enum target_event
|
||||
target_handle_event( target, event );
|
||||
switch (event)
|
||||
{
|
||||
case TARGET_EVENT_HALTED:
|
||||
case TARGET_EVENT_EARLY_HALTED:
|
||||
gdb_frontend_halted(target, connection);
|
||||
break;
|
||||
case TARGET_EVENT_GDB_FLASH_ERASE_START:
|
||||
|
||||
Reference in New Issue
Block a user