diff options
author | Tom Tromey <tromey@adacore.com> | 2019-06-03 09:25:39 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-06-10 08:16:54 -0600 |
commit | 9bf7038bb229d6e46a1f1861c257fc47843f114d (patch) | |
tree | 1e608128684215908b6e943cb2adbedd68b2aa3c /gdb/ChangeLog | |
parent | 422186a95cbb02ee1d34388adceeb4bd289074b9 (diff) | |
download | gdb-9bf7038bb229d6e46a1f1861c257fc47843f114d.zip gdb-9bf7038bb229d6e46a1f1861c257fc47843f114d.tar.gz gdb-9bf7038bb229d6e46a1f1861c257fc47843f114d.tar.bz2 |
Update help text in ada-lang.c
I noticed that the "catch assert" help text erroneously claimed to
accept an argument, and while fixing this I went ahead and added
"Usage" text and made other minor updates to the commands in
ada-lang.c.
Tested on x86-64 Fedora 29.
gdb/ChangeLog
2019-06-10 Tom Tromey <tromey@adacore.com>
* ada-lang.c (_initialize_ada_language): Update help text.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 59dde11..d539e81 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2019-06-10 Tom Tromey <tromey@adacore.com> + * ada-lang.c (_initialize_ada_language): Update help text. + +2019-06-10 Tom Tromey <tromey@adacore.com> + * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning with a newline. * guile/guile.c (handle_boot_error): Don't end warning with a |