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/NEWS | |
parent | b708a5c7d38beddbc572977ed8a6001fb6661c7c (diff) | |
download | gdb-60f98dde0ae5b9d8a59732a67c6ea0b272cc1615.zip gdb-60f98dde0ae5b9d8a59732a67c6ea0b272cc1615.tar.gz gdb-60f98dde0ae5b9d8a59732a67c6ea0b272cc1615.tar.bz2 |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ *** Changes since GDB 7.2 +* GDB has a new command: "thread find [REGEXP]". + It finds the thread id whose name, target id, or thread extra info + matches the given regular expression. + * The "catch syscall" command now works on mips*-linux* targets. * The -data-disassemble MI command now supports modes 2 and 3 for |