2009-07-30 Thomas Schwinge <tschwinge@gnu.org>
authorThomas Schwinge <tschwinge@gnu.org>
Thu, 30 Jul 2009 17:42:24 +0000 (17:42 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Thu, 30 Jul 2009 17:42:24 +0000 (17:42 +0000)
* gnu-nat.c (add_task_commands) <stopped>: Register the correct
callback function.

gdb/ChangeLog
gdb/gnu-nat.c

index 7f085b95f2a3468b778c4829b5604b240bbac6ac..15f8aa47222ae2f1b5988a5b96c1bd1ea226e54b 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-30  Thomas Schwinge  <tschwinge@gnu.org>
+
+       * gnu-nat.c (add_task_commands) <stopped>: Register the correct
+       callback function.
+
 2009-07-30  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ia64-tdep.c (ia64_access_reg): Correct paddress.
index e29672c7179eb8406a05849b440125694217fade..cab0c39eb5f81f86c69f034c0b85d7343fb42e94 100644 (file)
@@ -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);