Fix mis-merge of changelog.
authorMichael Snyder <msnyder@vmware.com>
Tue, 15 Feb 2011 21:25:05 +0000 (21:25 +0000)
committerMichael Snyder <msnyder@vmware.com>
Tue, 15 Feb 2011 21:25:05 +0000 (21:25 +0000)
gdb/ChangeLog

index dfa0bf602c62e2332547a5aaa9175c864a2dbc57..eba948a86fe553c660ed900907057efef6b0d885 100644 (file)
 
 2011-02-15  Michael Snyder  <msnyder@vmware.com>
 
-       * 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  <jan.kratochvil@redhat.com>
 
        (efpr_pseudo_register_write): Use regcache_raw_write_part to read
        and write data from/to the VMX register.
 
+2011-02-14  Michael Snyder  <msnyder@vmware.com>
+
+       * 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  <pedro@codesourcery.com>
            Jan Kratochvil  <jan.kratochvil@redhat.com>
 
This page took 0.028695 seconds and 4 git commands to generate.