Browse Source

2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>

* thread.c (_initialize_thread): Correct the 'thread apply' help
	message.
readline_5_1-import-branch
Andrew Stubbs 21 years ago
parent
commit
ad21ceb022
  1. 5
      gdb/ChangeLog
  2. 2
      gdb/thread.c

5
gdb/ChangeLog

@ -1,3 +1,8 @@
2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>
* thread.c (_initialize_thread): Correct the 'thread apply' help
message.
2005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
* elfread.c (elf_symtab_read): Remove if (1) and reindent.

2
gdb/thread.c

@ -691,7 +691,7 @@ The new thread ID must be currently known."),
add_prefix_cmd ("apply", class_run, thread_apply_command,
_("Apply a command to a list of threads."),
&thread_apply_list, "apply ", 1, &thread_cmd_list);
&thread_apply_list, "thread apply ", 1, &thread_cmd_list);
add_cmd ("all", class_run, thread_apply_all_command,
_("Apply a command to all threads."), &thread_apply_list);

Loading…
Cancel
Save