From 2847920ae997ce7240f6d51979a8fc004b2abc9e Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Thu, 1 May 1997 20:39:06 +0000 Subject: Thu May 1 11:44:46 1997 Michael Snyder * Finalize merge from Hurd folk. Mon Oct 30 16:41:04 1995 Miles Bader * 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 * infrun.c (sig_print_info): Deal better with long signal names. Wed Nov 22 15:23:35 1995 Miles Bader * thread.c (thread_id_to_pid): New function. Fri Dec 1 13:25:25 1995 Miles Bader * 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 * 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. --- gdb/gdbthread.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/gdbthread.h') diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index 33c2b11..f71276f 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 */ -- cgit v1.1