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:
Philippe Proulx
2015-03-02 23:15:54 -05:00
committed by Simon Marchi
parent d8282f0eb1
commit a64c9f7b85
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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