* infrun.c (handle_inferior_event): Typo.

This commit is contained in:
Mark Kettenis 2006-07-22 14:48:03 +00:00
parent da6d0c5be1
commit fc5261f2f3
2 changed files with 5 additions and 1 deletions

View 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> 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
* cli/cli-cmds.c (source_verbose, trace_commands): New variables. * cli/cli-cmds.c (source_verbose, trace_commands): New variables.

View File

@ -1428,7 +1428,7 @@ handle_inferior_event (struct execution_control_state *ecs)
case TARGET_WAITKIND_EXECD: case TARGET_WAITKIND_EXECD:
if (debug_infrun) 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; stop_signal = TARGET_SIGNAL_TRAP;
/* NOTE drow/2002-12-05: This code should be pushed down into the /* NOTE drow/2002-12-05: This code should be pushed down into the