From 8002d778c333ada6a194062269df0ce9224f76f6 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Sun, 5 Oct 2008 19:52:11 +0000 Subject: [PATCH] 2008-10-05 Michael Snyder * infrun.c (handle_inferior_event): Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/infrun.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d947696587..913c991bea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-10-05 Michael Snyder + + * infrun.c (handle_inferior_event): Fix typo in comment. + 2008-10-04 Vladimir Prus * mi/mi-interp.c (mi_on_resume): Flush raw_stdout. diff --git a/gdb/infrun.c b/gdb/infrun.c index 4eb4b2c194..0aefa25ffc 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -2625,7 +2625,7 @@ targets should add new threads to the thread list themselves in non-stop mode.") another signal besides SIGTRAP, so check here as well as above.'' - If someone ever tries to get get call dummys on a + If someone ever tries to get call dummys on a non-executable stack to work (where the target would stop with something like a SIGSEGV), then those tests might need to be re-instated. Given, however, that the tests were only