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:
oharboe
2008-09-24 09:43:31 +00:00
parent 7442b26d45
commit f9a3c36cf2
3 changed files with 13 additions and 1 deletions

View File

@@ -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: