From f989a1c8ec5d25586c937cc39948b032e07cf1c0 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 29 Apr 2014 08:27:31 -0600 Subject: rename "set debugvarobj" to "set debug varobj" I think "set debugvarobj" has the wrong name. It ought to be "set debug varobj", like gdb's other debug settings. This patch makes the change. I chose not to install deprecated aliases, since this is only a debug setting; but if someone feels strongly about it I will add them. Built and regtested on x86-64 Fedora 20. 2014-04-29 Tom Tromey * varobj.c (_initialize_varobj): Rename to "set debug varobj" and "show debug varobj". 2014-04-29 Tom Tromey * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and "show debug varobj". --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1e60575..1dee68a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2014-04-29 Tom Tromey + + * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and + "show debug varobj". + 2014-05-01 David Taylor * gdb.texinfo (compare-sections): Document the new -r (read-only) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7f7650d..2aff5e5 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22926,11 +22926,11 @@ message. @item show debug timestamp Displays the current state of displaying timestamps with @value{GDBN} debugging info. -@item set debugvarobj +@item set debug varobj @cindex variable object debugging info Turns on or off display of @value{GDBN} variable object debugging info. The default is off. -@item show debugvarobj +@item show debug varobj Displays the current state of displaying @value{GDBN} variable object debugging info. @item set debug xml -- cgit v1.1