aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-05-03 14:59:41 +0000
committerPedro Alves <palves@redhat.com>2012-05-03 14:59:41 +0000
commit27d2932ecf0c3ddebeb6e4c4bdf111c2a06980e3 (patch)
treeb82446539b717d920d0963f2cb188711371ad945 /gdb/infrun.c
parentf6c1a2d592af15d02c7fc93390af3c803e74c4d9 (diff)
downloadfsf-binutils-gdb-27d2932ecf0c3ddebeb6e4c4bdf111c2a06980e3.zip
fsf-binutils-gdb-27d2932ecf0c3ddebeb6e4c4bdf111c2a06980e3.tar.gz
fsf-binutils-gdb-27d2932ecf0c3ddebeb6e4c4bdf111c2a06980e3.tar.bz2
2012-05-03 Pedro Alves <pedro@codesourcery.com>
* infrun.c (displaced_step_fixup): Add "displaced:" prefix to debug log.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
1 files changed, 1 insertions, 1 deletions
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);