From: Andrew Stubbs Date: Mon, 14 Nov 2005 17:03:25 +0000 (+0000) Subject: 2005-11-14 Andrew Stubbs X-Git-Tag: gdb-csl-20060226-branchpoint~763 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad21ceb022f948b801e2d726419ac68c97e3d9b4;p=platform%2Fupstream%2Fbinutils.git 2005-11-14 Andrew Stubbs * thread.c (_initialize_thread): Correct the 'thread apply' help message. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index db0f034..b39f6d7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2005-11-14 Andrew Stubbs + + * thread.c (_initialize_thread): Correct the 'thread apply' help + message. + 2005-11-13 Daniel Jacobowitz * elfread.c (elf_symtab_read): Remove if (1) and reindent. diff --git a/gdb/thread.c b/gdb/thread.c index 1f88acb..19e9a2c 100644 --- a/gdb/thread.c +++ b/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);