diff options
author | Michael Snyder <msnyder@vmware.com> | 1997-05-01 20:39:06 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 1997-05-01 20:39:06 +0000 |
commit | 2847920ae997ce7240f6d51979a8fc004b2abc9e (patch) | |
tree | 839aa13e6050ef818e94a9bf640429bbdf498b68 /gdb/gdbthread.h | |
parent | 6475b23404300349a3de07afeb8724ab47d5daca (diff) | |
download | ppe42-binutils-2847920ae997ce7240f6d51979a8fc004b2abc9e.tar.gz ppe42-binutils-2847920ae997ce7240f6d51979a8fc004b2abc9e.zip |
Thu May 1 11:44:46 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
* Finalize merge from Hurd folk.
Mon Oct 30 16:41:04 1995 Miles Bader <miles@gnu.ai.mit.edu>
* thread.c (thread_apply_command, thread_apply_all_command,
thread_command): Make sure TP is alive.
(thread_alive): New function.
Tue Nov 14 14:31:03 1995 Miles Bader <miles@gnu.ai.mit.edu>
* infrun.c (sig_print_info): Deal better with long signal names.
Wed Nov 22 15:23:35 1995 Miles Bader <miles@gnu.ai.mit.edu>
* thread.c (thread_id_to_pid): New function.
Fri Dec 1 13:25:25 1995 Miles Bader <miles@gnu.ai.mit.edu>
* gnu-nat.c: (set_thread_cmd_list, show_thread_cmd_list,
set_thread_default_cmd_list, show_thread_default_cmd_list):
New variables. (set_thread_cmd, show_thread_cmd,
set_thread_default_cmd, show_thread_default_cmd): New functions.
Fri Apr 18 15:20:16 1997 Miles Bader <miles@gnu.ai.mit.edu>
* gnu-nat.c (inf_startup): remove TASK parameter.
(inf_set_task): replace with new function (inf_set_pid).
* gdbthread.h: Add extern decl for thread_cmd_list.
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index 33c2b11896..f71276f234 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -43,4 +43,7 @@ extern void save_infrun_state PARAMS ((int, CORE_ADDR, CORE_ADDR, char *, struct breakpoint *, CORE_ADDR, CORE_ADDR, CORE_ADDR, int, int)); +/* Commands with a prefix of `thread'. */ +extern struct cmd_list_element *thread_cmd_list; + #endif /* GDBTHREAD_H */ |