mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-09 09:05:23 +08: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:
@ -1,3 +1,8 @@
|
|||||||
|
2008-10-19 Hui Zhu <teawater@gmail.com>
|
||||||
|
|
||||||
|
* infrun.c (handle_inferior_event): Set "stop_pc" when
|
||||||
|
TARGET_WAITKIND_NO_HISTORY.
|
||||||
|
|
||||||
2008-10-19 Pedro Alves <pedro@codesourcery.com>
|
2008-10-19 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* python/python-value.c (value_object_methods)
|
* python/python-value.c (value_object_methods)
|
||||||
|
@ -2237,6 +2237,7 @@ handle_inferior_event (struct execution_control_state *ecs)
|
|||||||
|
|
||||||
case TARGET_WAITKIND_NO_HISTORY:
|
case TARGET_WAITKIND_NO_HISTORY:
|
||||||
/* Reverse execution: target ran out of history info. */
|
/* Reverse execution: target ran out of history info. */
|
||||||
|
stop_pc = read_pc ();
|
||||||
print_stop_reason (NO_HISTORY, 0);
|
print_stop_reason (NO_HISTORY, 0);
|
||||||
stop_stepping (ecs);
|
stop_stepping (ecs);
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user