aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-03-20 14:52:24 -0600
committerTom Tromey <tromey@adacore.com>2019-03-29 14:05:30 -0600
commit188e1fa9ac09b0a764e19c1afc0fb5fcdb688e65 (patch)
tree7fbdb85711e8d4adcf4f41829a3e7b95f0bdcd5e /gdb/ChangeLog
parent2880242dd0b8538b68aece7d9e8b1678dcdfd0ab (diff)
downloadgdb-188e1fa9ac09b0a764e19c1afc0fb5fcdb688e65.zip
gdb-188e1fa9ac09b0a764e19c1afc0fb5fcdb688e65.tar.gz
gdb-188e1fa9ac09b0a764e19c1afc0fb5fcdb688e65.tar.bz2
Add usage for commands in printcmd.c
I noticed that the help for "info addr" did not include a "usage" line; and when adding it I went through and fixed a few minor issues in printcmd.c: * Added usage lines to all commands * Updated the help text for some commands * Changed some help to use upper case metasyntactic variables * Removed some dead code Regression tested on x86-64 Fedora 29. gdb/ChangeLog 2019-03-29 Tom Tromey <tromey@adacore.com> * printcmd.c (_initialize_printcmd): Add usage lines. Update some help text. Remove dead code. gdb/testsuite/ChangeLog 2019-03-29 Tom Tromey <tromey@adacore.com> * gdb.base/help.exp: Tighten apropos regexp.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5392350..a79a860 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-29 Tom Tromey <tromey@adacore.com>
+
+ * printcmd.c (_initialize_printcmd): Add usage lines. Update some
+ help text. Remove dead code.
+
2019-03-29 Keith Seitz <keiths@redhat.com>
From Siddhesh Poyarekar: