diff options
author | Philippe Proulx <eeppeliteloop@gmail.com> | 2015-03-02 23:15:54 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2015-03-03 10:29:26 -0500 |
commit | a64c9f7b850554956083678dd1ef330dd9a7cf22 (patch) | |
tree | a82e9bfdee2f950e06a661d504f3ad56b6488de6 /gdb/doc | |
parent | d8282f0eb10a1a5759bcca4582098a8369f508f8 (diff) | |
download | gdb-a64c9f7b850554956083678dd1ef330dd9a7cf22.zip gdb-a64c9f7b850554956083678dd1ef330dd9a7cf22.tar.gz gdb-a64c9f7b850554956083678dd1ef330dd9a7cf22.tar.bz2 |
Fix GDB/MI doc: duplicate syscall-entry under *stopped
gdb/doc/ChangeLog:
2015-03-03 Philippe Proulx eeppeliteloop@gmail.com
* gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
under *stopped.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3608541..2b2ad5a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-03-03 Philippe Proulx eeppeliteloop@gmail.com + + * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry + under *stopped. + 2015-03-02 Doug Evans <xdje42@gmail.com> * gdb.texinfo (Specify Location): Fix syntax of filename:function. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 83473c8..c0a8244 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -25809,7 +25809,7 @@ The inferior has vforked. This is reported in when @code{catch vfork} @item syscall-entry The inferior entered a system call. This is reported when @code{catch syscall} (@pxref{Set Catchpoints}) has been used. -@item syscall-entry +@item syscall-return The inferior returned from a system call. This is reported when @code{catch syscall} (@pxref{Set Catchpoints}) has been used. @item exec |