mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2008-10-19 Hui Zhu <teawater@gmail.com>
* infrun.c (handle_inferior_event): Set "stop_pc" when TARGET_WAITKIND_NO_HISTORY.
This commit is contained in:
@@ -2237,6 +2237,7 @@ handle_inferior_event (struct execution_control_state *ecs)
|
||||
|
||||
case TARGET_WAITKIND_NO_HISTORY:
|
||||
/* Reverse execution: target ran out of history info. */
|
||||
stop_pc = read_pc ();
|
||||
print_stop_reason (NO_HISTORY, 0);
|
||||
stop_stepping (ecs);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user