2012-05-03 Pedro Alves <pedro@codesourcery.com>
authorPedro Alves <palves@redhat.com>
Thu, 3 May 2012 14:59:41 +0000 (14:59 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 3 May 2012 14:59:41 +0000 (14:59 +0000)
* infrun.c (displaced_step_fixup): Add "displaced:" prefix to
debug log.

gdb/ChangeLog
gdb/infrun.c

index 9bc5af0f9798ee61a4c1b4c7c29ea353ce181675..9d760c31634bd809d47592aca04c31c0e92634a8 100644 (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
index ab518061f9d77c1b584777e3405a8cca06c2b3bf..c3074d5cd9830545cb44b3249f33690b48cea17e 100644 (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);