]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix GDB/MI doc: duplicate syscall-entry under *stopped
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 3 Mar 2015 04:15:54 +0000 (23:15 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 3 Mar 2015 15:29:26 +0000 (10:29 -0500)
gdb/doc/ChangeLog:

2015-03-03  Philippe Proulx  eeppeliteloop@gmail.com

* gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
under *stopped.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 360854184d63f7480dbe8c334436bbea066add01..2b2ad5a41f76c5d933a181f4d95999b532d02cd3 100644 (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.
index 83473c8d9632aedc7849b55d83e68374485bda22..c0a824430d7e566c606eb5b2e00efad571585961 100644 (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