aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-09-08 13:44:24 -0600
committerTom Tromey <tom@tromey.com>2018-09-10 07:44:28 -0600
commit9da10427ddcfae7313c462f729407e0c7c59e2d8 (patch)
tree5fe483d81f0efe9df4f6b730689dcd3726ac2047 /gdb/doc/ChangeLog
parent0d2a583976a87221d11c2639ede8f764e0c26059 (diff)
downloadgdb-9da10427ddcfae7313c462f729407e0c7c59e2d8.zip
gdb-9da10427ddcfae7313c462f729407e0c7c59e2d8.tar.gz
gdb-9da10427ddcfae7313c462f729407e0c7c59e2d8.tar.bz2
Mention virtual tables in Python dynamic_type documentation
PR python/16461 asks that the Python dynamic_type documentation mention virtual tables; this patch implements that request. gdb/doc/ChangeLog 2018-09-10 Tom Tromey <tom@tromey.com> PR python/16461: * python.texi (Values From Inferior): Mention use of virtual 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 642bc54..e1a3c86 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,11 @@
2018-09-10 Tom Tromey <tom@tromey.com>
+ PR python/16461:
+ * python.texi (Values From Inferior): Mention use of virtual
+ table.
+
+2018-09-10 Tom Tromey <tom@tromey.com>
+
* python.texi (Basic Python): Parenthesize argument to
decode_line.