mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
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.
This commit is contained in:
parent
666c6aff6b
commit
373832b6db
@ -1,3 +1,7 @@
|
||||
2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* python.texi (Events In Python): Fix typo.
|
||||
|
||||
2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
|
||||
Luis Machado <lgustavo@codesourcery.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user