From: Simon Marchi Date: Tue, 24 Jan 2017 20:29:14 +0000 (-0500) Subject: Fix typo in ExitedEvent doc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=373832b6db219ee80cb0263c8b3788954f4e3a8b;p=binutils-gdb.git Fix typo in ExitedEvent doc The field "inferior" of the ExitedEvent object is not displayed properly. gdb/doc/ChangeLog: * python.texi (Events In Python): Fix typo. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 4d69e36eb6a..a47c4f5cc97 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-24 Simon Marchi + + * python.texi (Events In Python): Fix typo. + 2017-01-20 Mike Wrighton Luis Machado diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 8458c6e9e5f..fae45aa5d9f 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -2858,7 +2858,7 @@ has returned. (The exit code could be unavailable if, for example, @value{GDBN} detaches from the inferior.) If the exit code is unavailable, the attribute does not exist. @end defvar -@defvar ExitedEvent inferior +@defvar ExitedEvent.inferior A reference to the inferior which triggered the @code{exited} event. @end defvar