mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
2011-10-24 Pedro Alves <pedro@codesourcery.com>
gdb/ * infrun.c (handle_inferior_event): Add debug output for TARGET_WAITKIND_NO_HISTORY.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-10-24 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* infrun.c (handle_inferior_event): Add debug output for
|
||||||
|
TARGET_WAITKIND_NO_HISTORY.
|
||||||
|
|
||||||
2011-10-24 Phil Muldoon <pmuldoon@redhat.com>
|
2011-10-24 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
* NEWS: Move set/show extended-prompt to "New Options". Expand
|
* NEWS: Move set/show extended-prompt to "New Options". Expand
|
||||||
|
@ -3656,6 +3656,8 @@ handle_inferior_event (struct execution_control_state *ecs)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case TARGET_WAITKIND_NO_HISTORY:
|
case TARGET_WAITKIND_NO_HISTORY:
|
||||||
|
if (debug_infrun)
|
||||||
|
fprintf_unfiltered (gdb_stdlog, "infrun: TARGET_WAITKIND_NO_HISTORY\n");
|
||||||
/* Reverse execution: target ran out of history info. */
|
/* Reverse execution: target ran out of history info. */
|
||||||
stop_pc = regcache_read_pc (get_thread_regcache (ecs->ptid));
|
stop_pc = regcache_read_pc (get_thread_regcache (ecs->ptid));
|
||||||
print_no_history_reason ();
|
print_no_history_reason ();
|
||||||
|
Reference in New Issue
Block a user