mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
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.
This commit is contained in:

committed by
Simon Marchi

parent
d8282f0eb1
commit
a64c9f7b85
@ -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>
|
2015-03-02 Doug Evans <xdje42@gmail.com>
|
||||||
|
|
||||||
* gdb.texinfo (Specify Location): Fix syntax of filename:function.
|
* gdb.texinfo (Specify Location): Fix syntax of filename:function.
|
||||||
|
@ -25809,7 +25809,7 @@ The inferior has vforked. This is reported in when @code{catch vfork}
|
|||||||
@item syscall-entry
|
@item syscall-entry
|
||||||
The inferior entered a system call. This is reported when @code{catch
|
The inferior entered a system call. This is reported when @code{catch
|
||||||
syscall} (@pxref{Set Catchpoints}) has been used.
|
syscall} (@pxref{Set Catchpoints}) has been used.
|
||||||
@item syscall-entry
|
@item syscall-return
|
||||||
The inferior returned from a system call. This is reported when
|
The inferior returned from a system call. This is reported when
|
||||||
@code{catch syscall} (@pxref{Set Catchpoints}) has been used.
|
@code{catch syscall} (@pxref{Set Catchpoints}) has been used.
|
||||||
@item exec
|
@item exec
|
||||||
|
Reference in New Issue
Block a user