2009-07-30 Thomas Schwinge <tschwinge@gnu.org>

* gnu-nat.c (add_task_commands) <stopped>: Register the correct
	callback function.
This commit is contained in:
Thomas Schwinge 2009-07-30 17:42:24 +00:00
parent 2edfe795a3
commit fe79276ff1
2 changed files with 6 additions and 1 deletions

View 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.

View 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);