aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-03-23 10:29:28 -0600
committerTom Tromey <tom@tromey.com>2018-03-26 21:57:14 -0600
commit9507b29c0a00fb62f015fe69f82aaf8f5377ab35 (patch)
tree1ce63f370d3dd64cdfb68dace19162df2f298f90 /gdb/ChangeLog
parenteb68e48764d4b038858dd4255ed248dbee6c4c0e (diff)
downloadgdb-9507b29c0a00fb62f015fe69f82aaf8f5377ab35.zip
gdb-9507b29c0a00fb62f015fe69f82aaf8f5377ab35.tar.gz
gdb-9507b29c0a00fb62f015fe69f82aaf8f5377ab35.tar.bz2
Improve "backtrace" help text
This improves help text in stack.c in two ways. First, it removes trailing newlines from various help strings. I think these are never needed. Second, it adds a "Usage" line to the "backtrace" text, as suggested by Pedro. gdb/ChangeLog 2018-03-26 Tom Tromey <tom@tromey.com> * stack.c (_initialize_stack): Remove trailing newlines from help text. Add "Usage" line to "backtrace" help.
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 05f0c2d..7699437 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2018-03-26 Tom Tromey <tom@tromey.com>
+ * stack.c (_initialize_stack): Remove trailing newlines from help
+ text. Add "Usage" line to "backtrace" help.
+
+2018-03-26 Tom Tromey <tom@tromey.com>
+
PR python/16486:
* python/py-framefilter.c (py_print_args): Call wrap_hint.