+2010-01-07 Stan Shebs <stan@codesourcery.com>
+
+ * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
+
2010-01-07 Tristan Gingold <gingold@adacore.com>
* symfile.c (build_section_addr_info_from_objfile): New function.
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)
{