From fe79276ff1d1ebeed601f3b579f2c80193552b42 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 30 Jul 2009 17:42:24 +0000 Subject: [PATCH] 2009-07-30 Thomas Schwinge * gnu-nat.c (add_task_commands) : Register the correct callback function. --- gdb/ChangeLog | 5 +++++ gdb/gnu-nat.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f085b9..15f8aa4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-07-30 Thomas Schwinge + + * gnu-nat.c (add_task_commands) : Register the correct + callback function. + 2009-07-30 H.J. Lu * ia64-tdep.c (ia64_access_reg): Correct paddress. 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); -- 2.7.4