aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-07-30 17:42:24 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-07-30 17:42:24 +0000
commitfe79276ff1d1ebeed601f3b579f2c80193552b42 (patch)
tree49b0d353406c936fe96bfc3cd8cca0ec5c5d4801 /gdb/gnu-nat.c
parent2edfe795a3144b22be5132e79952a7657cc4b966 (diff)
downloadfsf-binutils-gdb-fe79276ff1d1ebeed601f3b579f2c80193552b42.zip
fsf-binutils-gdb-fe79276ff1d1ebeed601f3b579f2c80193552b42.tar.gz
fsf-binutils-gdb-fe79276ff1d1ebeed601f3b579f2c80193552b42.tar.bz2
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 e29672c..cab0c39 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);