From 60f98dde0ae5b9d8a59732a67c6ea0b272cc1615 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Tue, 15 Feb 2011 21:17:53 +0000 Subject: 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"). 2011-02-14 Michael Snyder * gdb.texinfo (threads): Document argument for "info threads" cmd. Document new command "thread find". 2011-02-15 Michael Snyder * 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/doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/doc/ChangeLog') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8d671aa..ca8f3bb 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2011-02-14 Michael Snyder + * gdb.texinfo (threads): Document argument for "info threads" cmd. + Document new command "thread find". + +2011-02-14 Michael Snyder + * gdb.texinfo (Threads): Update example of new thread message. 2011-02-14 Pedro Alves -- cgit v1.1