From: Michael Snyder Date: Sun, 5 Oct 2008 19:52:11 +0000 (+0000) Subject: 2008-10-05 Michael Snyder X-Git-Tag: sid-snapshot-20081201~437 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8002d778c333ada6a194062269df0ce9224f76f6;p=external%2Fbinutils.git 2008-10-05 Michael Snyder * infrun.c (handle_inferior_event): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d947696..913c991 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 4eb4b2c..0aefa25 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