]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* infrun.c (handle_inferior_event): Typo.
authorMark Kettenis <kettenis@gnu.org>
Sat, 22 Jul 2006 14:48:03 +0000 (14:48 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 22 Jul 2006 14:48:03 +0000 (14:48 +0000)
gdb/ChangeLog
gdb/infrun.c

index 177a63a18db67d0ea73efc6bed0d2ae58c2e8220..f817d3878ebc9fa264367ac729b9f4401be40428 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * infrun.c (handle_inferior_event): Typo.
+
 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
 
        * cli/cli-cmds.c (source_verbose, trace_commands): New variables.
index 9804688d4a63d61b2167c4cf141f578297a2f9fd..de976367bf9f774f8ef447f15283858c4008678d 100644 (file)
@@ -1428,7 +1428,7 @@ handle_inferior_event (struct execution_control_state *ecs)
 
     case TARGET_WAITKIND_EXECD:
       if (debug_infrun)
-        fprintf_unfiltered (gdb_stdlog, "infrun: TARGET_WAITKIND_EXECED\n");
+        fprintf_unfiltered (gdb_stdlog, "infrun: TARGET_WAITKIND_EXECD\n");
       stop_signal = TARGET_SIGNAL_TRAP;
 
       /* NOTE drow/2002-12-05: This code should be pushed down into the