summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
diff options
context:
space:
mode:
authortschwinge <tschwinge>2009-07-30 17:42:24 +0000
committertschwinge <tschwinge>2009-07-30 17:42:24 +0000
commit998721747d5802cf1c51e162c0393b2dfa75d0ae (patch)
treea01f7e7d57e92168e8ac3c607ea48ad31823e8ca /gdb/gnu-nat.c
parent2a967500f66673c0ed0506c63fc144e6f016c8fe (diff)
downloadgdb-998721747d5802cf1c51e162c0393b2dfa75d0ae.tar.gz
2009-07-30 Thomas Schwinge <tschwinge@gnu.org>
* gnu-nat.c (add_task_commands) <stopped>: Register the correct callback function.
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r--gdb/gnu-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c
index e29672c7179..cab0c39eb5f 100644
--- a/gdb/gnu-nat.c
+++ b/gdb/gnu-nat.c
@@ -3112,7 +3112,7 @@ Set the thread that gdb thinks is the libc signal thread."),
Set whether gdb thinks the inferior process is stopped as with SIGSTOP.\n\
Stopped process will be continued by sending them a signal."),
&setlist);
- add_cmd ("stopped", no_class, show_signals_cmd, _("\
+ add_cmd ("stopped", no_class, show_stopped_cmd, _("\
Show whether gdb thinks the inferior process is stopped as with SIGSTOP."),
&showlist);