diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-02-15 21:17:53 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-02-15 21:17:53 +0000 |
commit | 60f98dde0ae5b9d8a59732a67c6ea0b272cc1615 (patch) | |
tree | f73fffc4ba1a215a3e3f0ecdf33bd149d748f6ad /gdb/testsuite/ChangeLog | |
parent | b708a5c7d38beddbc572977ed8a6001fb6661c7c (diff) | |
download | binutils-gdb-60f98dde0ae5b9d8a59732a67c6ea0b272cc1615.tar.gz |
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.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6f915ba49bd..8f79acd8058 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +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. + 2011-02-15 Ken Werner <ken.werner@de.ibm.com> * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte. @@ -461,7 +467,7 @@ updated. * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory. -2010-11-29 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> +2010-11-29 Michael Snyder <msnyder@vmware.com> * gdb.base/callfuncs.exp: Test for skip_float_tests. * gdb.base/call-sc.exp: Ditto. |