diff options
author | Michael Snyder <msnyder@vmware.com> | 2008-10-05 19:52:11 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2008-10-05 19:52:11 +0000 |
commit | 8002d778c333ada6a194062269df0ce9224f76f6 (patch) | |
tree | e1a773e066d4d19ccdc1141f279d2b25a2d6b78c /gdb/infrun.c | |
parent | f265bc0660dd082e836fbd4416ddedce61b016d2 (diff) | |
download | gdb-8002d778c333ada6a194062269df0ce9224f76f6.zip gdb-8002d778c333ada6a194062269df0ce9224f76f6.tar.gz gdb-8002d778c333ada6a194062269df0ce9224f76f6.tar.bz2 |
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 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 |