2011-02-15 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Tue, 15 Feb 2011 21:17:53 +0000 (21:17 +0000)
committerMichael Snyder <msnyder@vmware.com>
Tue, 15 Feb 2011 21:17:53 +0000 (21:17 +0000)
commit60f98dde0ae5b9d8a59732a67c6ea0b272cc1615
treef73fffc4ba1a215a3e3f0ecdf33bd149d748f6ad
parentb708a5c7d38beddbc572977ed8a6001fb6661c7c
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").

2011-02-14  Michael Snyder  <msnyder@vmware.com>

* gdb.texinfo (threads): Document argument for "info threads" cmd.
Document new command "thread find".

2011-02-15  Michael Snyder  <msnyder@vmware.com>

* gdb.base/default.exp: Add tests for thread commands.
* gdb.base/help.exp: Add tests for thread commands.
* gdb.threads/thread-find.exp: New test for thread find command.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp
gdb/testsuite/gdb.base/help.exp
gdb/testsuite/gdb.threads/thread-find.exp [new file with mode: 0644]
gdb/thread.c
This page took 0.029 seconds and 4 git commands to generate.