diff options
author | Michael Snyder <msnyder@specifix.com> | 2008-10-05 19:56:20 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2008-10-05 19:56:20 +0000 |
commit | d10f1f2d1622868076c88dd139715b37e14ae04b (patch) | |
tree | 148146ce6a1982eff25bd1fd79393eb69a96dd4a /gdb/infrun.c | |
parent | 70471c5a424ecc6b7a4722c374fa2b6702b33404 (diff) | |
download | gdb-d10f1f2d1622868076c88dd139715b37e14ae04b.tar.gz |
2008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com>
* infrun.c (handle_inferior_event): Fix typo in comment.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |