From: Philippe Proulx Date: Tue, 3 Mar 2015 04:15:54 +0000 (-0500) Subject: Fix GDB/MI doc: duplicate syscall-entry under *stopped X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a64c9f7b850554956083678dd1ef330dd9a7cf22;p=binutils-gdb.git 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. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 360854184d6..2b2ad5a41f7 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 * gdb.texinfo (Specify Location): Fix syntax of filename:function. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 83473c8d963..c0a824430d7 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