From 27d2932ecf0c3ddebeb6e4c4bdf111c2a06980e3 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 3 May 2012 14:59:41 +0000 Subject: [PATCH] 2012-05-03 Pedro Alves * infrun.c (displaced_step_fixup): Add "displaced:" prefix to debug log. --- gdb/ChangeLog | 5 +++++ gdb/infrun.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9bc5af0..9d760c3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-05-03 Pedro Alves + + * infrun.c (displaced_step_fixup): Add "displaced:" prefix to + debug log. + 2012-05-03 Siva Chandra Reddy Add two new methods global_block and static_block to gdb.Symtab diff --git a/gdb/infrun.c b/gdb/infrun.c index ab51806..c3074d5 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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); -- 2.7.4