From: Mark Kettenis Date: Sat, 22 Jul 2006 14:48:03 +0000 (+0000) Subject: * infrun.c (handle_inferior_event): Typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc5261f2f3316f42799d1d7e176a7b1c177cbf2e;p=binutils-gdb.git * infrun.c (handle_inferior_event): Typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 177a63a18db..f817d3878eb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-07-22 Jan Kratochvil + + * infrun.c (handle_inferior_event): Typo. + 2006-07-21 Andrew Stubbs * cli/cli-cmds.c (source_verbose, trace_commands): New variables. diff --git a/gdb/infrun.c b/gdb/infrun.c index 9804688d4a6..de976367bf9 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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