aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-09-08 09:39:41 -0600
committerTom Tromey <tom@tromey.com>2018-09-10 07:44:25 -0600
commit4a5a194ae8a871a781d4cdc73c7ba3ae7deafbaa (patch)
treed30011bf7504bdfd4fb3db943e291be8aa105e32 /gdb/doc/ChangeLog
parentf5a476a7b19f43dce8d15ae3e5deb7027f71ab7b (diff)
downloadgdb-4a5a194ae8a871a781d4cdc73c7ba3ae7deafbaa.zip
gdb-4a5a194ae8a871a781d4cdc73c7ba3ae7deafbaa.tar.gz
gdb-4a5a194ae8a871a781d4cdc73c7ba3ae7deafbaa.tar.bz2
Reword gdb.GdbError text
PR python/23108 points out that the gdb.GdbError documentation is somewhat difficult to find. The exception is apparently just mentioned in passing. This patch introduces a new table and adds a bit more text to try to make it more obvious. gdb/doc/ChangeLog 2018-09-10 Tom Tromey <tom@tromey.com> PR python/23108: * python.texi (Exception Handling): Rearrange gdb.GdbError text and add a table.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index dfbb154..a4971ce 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,11 @@
2018-09-10 Tom Tromey <tom@tromey.com>
+ PR python/23108:
+ * python.texi (Exception Handling): Rearrange gdb.GdbError text
+ and add a table.
+
+2018-09-10 Tom Tromey <tom@tromey.com>
+
* gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
(Machine Code): Use "binutils", not "binutils.info", in @pxref.
(Separate Debug Files): Use "ld", not "ld.info", in @ref.