public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH pushed/obvious] Fix GDB/MI doc: duplicate syscall-entry under *stopped
@ 2015-03-03 15:31 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2015-03-03 15:31 UTC (permalink / raw)
  To: gdb-patches; +Cc: Philippe Proulx

From: Philippe Proulx <eeppeliteloop@gmail.com>

I just pushed this as obvious.

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   | 5 +++++
 gdb/doc/gdb.texinfo | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-03 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-03 15:31 [PATCH pushed/obvious] Fix GDB/MI doc: duplicate syscall-entry under *stopped Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).