diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/infrun.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a648b02dfdb..5c2abe33942 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com> + + * infrun.c (handle_inferior_event): Fix typo in comment. + 2008-10-03 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com> * linux-record.c (record_linux_system_call): Cast sizeof to int diff --git a/gdb/infrun.c b/gdb/infrun.c index dff4996d74e..f2c8f7424fe 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -2623,7 +2623,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 |