2012-05-03 Pedro Alves <pedro@codesourcery.com>

* infrun.c (displaced_step_fixup): Add "displaced:" prefix to
	debug log.
This commit is contained in:
Pedro Alves 2012-05-03 14:59:41 +00:00
parent f6c1a2d592
commit 27d2932ecf
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-05-03 Pedro Alves <pedro@codesourcery.com>
* infrun.c (displaced_step_fixup): Add "displaced:" prefix to
debug log.
2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
Add two new methods global_block and static_block to gdb.Symtab

View file

@ -1545,7 +1545,7 @@ displaced_step_fixup (ptid_t event_ptid, enum target_signal signal)
if (debug_displaced)
fprintf_unfiltered (gdb_stdlog,
"breakpoint is gone %s: step(%d)\n",
"displaced: breakpoint is gone: %s, step(%d)\n",
target_pid_to_str (tp->ptid), step);
target_resume (ptid, step, TARGET_SIGNAL_0);