* [patch] Trivia typo
@ 2006-07-22 12:33 Jan Kratochvil
2006-07-22 14:48 ` Mark Kettenis
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kratochvil @ 2006-07-22 12:33 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 139 bytes --]
Hi,
please commit it:
2006-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
* infrun.c (handle_inferior_event): Typo.
Regards,
Jan
[-- Attachment #2: gdb-cvs20060722-typo_TARGET_WAITKIND_EXECED.patch --]
[-- Type: text/plain, Size: 656 bytes --]
Index: infrun.c
===================================================================
RCS file: /cvs/src/src/gdb/infrun.c,v
retrieving revision 1.212
diff -u -p -r1.212 infrun.c
--- infrun.c 12 Jul 2006 20:43:52 -0000 1.212
+++ infrun.c 22 Jul 2006 10:21:02 -0000
@@ -1428,7 +1428,7 @@ handle_inferior_event (struct execution_
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-22 14:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-22 12:33 [patch] Trivia typo Jan Kratochvil
2006-07-22 14:48 ` Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox