From cdf99611e74fab6bf4fa3b4d7812bb3b7c7628a5 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Tue, 15 Feb 2011 21:25:05 +0000 Subject: [PATCH] Fix mis-merge of changelog. --- gdb/ChangeLog | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dfa0bf602c6..eba948a86fe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -10,15 +10,12 @@ 2011-02-15 Michael Snyder - * command.h (enum command_class): New class 'no_set_class', for - "show" commands without a corresponding "set" command. - * value.c (_initialize_values): Use 'no_set_class' for "show values". - * copying.c (_initialize_copying): Ditto for "show copying" and - "show warranty". - * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and - "show version". - * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for - which there is no corresponding "set" command (eg. "show copying"). + * thread.c (info_threads_command): Process arg as thread id, + or list of thread ids. + (thread_find_command): New command. + (_initialize_thread): Document argument for info threads. + Document 'thread find' command. + * NEWS: Document new command "thread find". 2011-02-15 Jan Kratochvil @@ -52,6 +49,18 @@ (efpr_pseudo_register_write): Use regcache_raw_write_part to read and write data from/to the VMX register. +2011-02-14 Michael Snyder + + * command.h (enum command_class): New class 'no_set_class', for + "show" commands without a corresponding "set" command. + * value.c (_initialize_values): Use 'no_set_class' for "show values". + * copying.c (_initialize_copying): Ditto for "show copying" and + "show warranty". + * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and + "show version". + * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for + which there is no corresponding "set" command (eg. "show copying"). + 2011-02-14 Pedro Alves Jan Kratochvil -- 2.30.2