diff options
author | Tom Tromey <tromey@redhat.com> | 2014-04-29 08:27:31 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-05-08 08:37:03 -0600 |
commit | f989a1c8ec5d25586c937cc39948b032e07cf1c0 (patch) | |
tree | 6b1724e53c3ae5cee19601038b9f064a28069543 /gdb/doc/ChangeLog | |
parent | 263b257428741e10dc4a127cc46c57379307f421 (diff) | |
download | gdb-f989a1c8ec5d25586c937cc39948b032e07cf1c0.zip gdb-f989a1c8ec5d25586c937cc39948b032e07cf1c0.tar.gz gdb-f989a1c8ec5d25586c937cc39948b032e07cf1c0.tar.bz2 |
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 <tromey@redhat.com>
* varobj.c (_initialize_varobj): Rename to "set debug varobj" and
"show debug varobj".
2014-04-29 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
"show debug varobj".
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <tromey@redhat.com> + + * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and + "show debug varobj". + 2014-05-01 David Taylor <dtaylor@emc.com> * gdb.texinfo (compare-sections): Document the new -r (read-only) |