mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user