aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-09-08 10:59:14 -0600
committerTom Tromey <tom@tromey.com>2018-09-10 07:44:26 -0600
commitfb5af5e335202bc94c292c83eaa328633cd5d924 (patch)
tree5e95ae25ac057da1b348def0280d278a3f86abe9 /gdb/doc/ChangeLog
parent521b499b963562793e5dbbcc1df8357cdf2757a7 (diff)
downloadgdb-fb5af5e335202bc94c292c83eaa328633cd5d924.zip
gdb-fb5af5e335202bc94c292c83eaa328633cd5d924.tar.gz
gdb-fb5af5e335202bc94c292c83eaa328633cd5d924.tar.bz2
Fix gdb.events.inferior_call documentation
PR python/18909 points out that the gdb.events.inferior_call documentation was incorrect. This patch brings it in line with the code. gdb/doc/ChangeLog 2018-09-10 Tom Tromey <tom@tromey.com> PR python/18909: * python.texi (Events In Python): Fix inferior_call documentation.
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 f8b958d..705028a 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,11 @@
2018-09-10 Tom Tromey <tom@tromey.com>
+ PR python/18909:
+ * python.texi (Events In Python): Fix inferior_call
+ documentation.
+
+2018-09-10 Tom Tromey <tom@tromey.com>
+
PR python/17752:
* python.texi (Frame Filter API): Remove period from subsection
title. Mention 100 as good default priority.