aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-08-13 14:31:00 +0000
committerDoug Evans <dje@google.com>2012-08-13 14:31:00 +0000
commitf47f77df4e0f38c96bf5a4c4d8ecda6c73f5ffc2 (patch)
treefb8ad5a2bc53fa09dd56d57e3ceb72c730c620f3 /gdb/doc
parent35d0a16941aa203778a48d840e283591549ea98b (diff)
downloadgdb-f47f77df4e0f38c96bf5a4c4d8ecda6c73f5ffc2.zip
gdb-f47f77df4e0f38c96bf5a4c4d8ecda6c73f5ffc2.tar.gz
gdb-f47f77df4e0f38c96bf5a4c4d8ecda6c73f5ffc2.tar.bz2
* value.c (show_convenience): Tweak comment.
(_initialize_values): Mention convenience functions in the help text for "show convenience". doc/ * gdb.texinfo (Convenience Vars): Update text for "show convenience" to include functions. testsuite/ * gdb.base/default.exp: Update expected output of "show convenience".
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo5
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 4318d84..661d933 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-13 Doug Evans <dje@google.com>
+
+ * gdb.texinfo (Convenience Vars): Update text for "show convenience"
+ to include functions.
+
2012-08-10 Doug Evans <dje@google.com>
* gdb.texinfo (Convenience Funs): New node.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 5cc5b48..5cb8c8e 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -9225,9 +9225,10 @@ variable, when used as an expression, has the type of its current value.
@table @code
@kindex show convenience
-@cindex show all user variables
+@cindex show all user variables and functions
@item show convenience
-Print a list of convenience variables used so far, and their values.
+Print a list of convenience variables used so far, and their values,
+as well as a list of the convenience functions.
Abbreviated @code{show conv}.
@kindex init-if-undefined