From 6b6218c55aa533306ba4ababfaf20411d5b73516 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 7 Jan 2010 19:09:09 +0000 Subject: * tracepoint.c (trace_dump_command): Don't decr_pc_after_break. --- gdb/tracepoint.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/tracepoint.c') diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 1726d5e..5d19934 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -2541,8 +2541,7 @@ trace_dump_command (char *args, int from_tty) regcache = get_current_regcache (); gdbarch = get_regcache_arch (regcache); - stepping_frame = (t->loc->address != (regcache_read_pc (regcache) - - gdbarch_decr_pc_after_break (gdbarch))); + stepping_frame = (t->loc->address != (regcache_read_pc (regcache))); for (action = t->actions; action; action = action->next) { -- cgit v1.1