forked from Imagelibrary/binutils-gdb
2007-06-09 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (DECR_PC_AFTER_BREAK): Replace by gdbarch_decr_pc_after_break. * tracepoint.c (trace_dump_command): Likewise. * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise. * linux-thread-db.c (check_event): Likewise. * linux-nat.c (cancel_breakpoints_callback): Likewise. * infrun.c (adjust_pc_after_break, normal_stop): Likewise. * frame.h: Likewise (comment). * dummy-frame.c (deprecated_pc_in_call_dummy): Likewise. * aix-thread.c (aix_thread_wait): Likewise. * gdbarch.c, gdbarch.h: Regenerate.
This commit is contained in:
@@ -2584,7 +2584,8 @@ trace_dump_command (char *args, int from_tty)
|
||||
to the tracepoint PC. If not, then the current frame was
|
||||
collected during single-stepping. */
|
||||
|
||||
stepping_frame = (t->address != (read_pc () - DECR_PC_AFTER_BREAK));
|
||||
stepping_frame = (t->address != (read_pc () - gdbarch_decr_pc_after_break
|
||||
(current_gdbarch)));
|
||||
|
||||
for (action = t->actions; action; action = action->next)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user