This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] NEWS: QCatchSyscalls: simplify


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=aab3c527d779a8e833a469203336afcc17512559

commit aab3c527d779a8e833a469203336afcc17512559
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sun May 29 20:45:42 2016 +0200

    NEWS: QCatchSyscalls: simplify
    
    Standardize the QCatchSyscalls NEWS entry.
    
    gdb/ChangeLog
    2016-05-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* NEWS (QCatchSyscalls): Remove the parameter.  Include ...
    	(QCatchSyscalls:1 in qSupported) ... this separate entry which got
    	deleted.

Diff:
---
 gdb/ChangeLog |  6 ++++++
 gdb/NEWS      | 11 +++--------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 681cb2e..0b4d622 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
 2016-05-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
+	* NEWS (QCatchSyscalls): Remove the parameter.  Include ...
+	(QCatchSyscalls:1 in qSupported) ... this separate entry which got
+	deleted.
+
+2016-05-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
 	* NEWS (N stop reply): Remove empty line.
 
 2016-05-28  Alan Modra  <amodra@gmail.com>
diff --git a/gdb/NEWS b/gdb/NEWS
index f874f03..dce79a2 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -250,10 +250,9 @@ N stop reply
   threads are stopped).  The remote stub reports support for this stop
   reply to GDB's qSupported query.
 
-QCatchSyscalls:1 [;SYSNO]...
-QCatchSyscalls:0
-  Enable ("QCatchSyscalls:1") or disable ("QCatchSyscalls:0")
-  catching syscalls from the inferior process.
+QCatchSyscalls
+  Enables/disables catching syscalls from the inferior process.
+  The remote stub reports support for this packet to GDB's qSupported query.
 
 syscall_entry stop reason
   Indicates that a syscall was just called.
@@ -261,10 +260,6 @@ syscall_entry stop reason
 syscall_return stop reason
   Indicates that a syscall just returned.
 
-QCatchSyscalls:1 in qSupported
-  The qSupported packet may now include QCatchSyscalls:1 in the reply
-  to indicate support for catching syscalls.
-
 * Extended-remote exec events
 
   ** GDB now has support for exec events on extended-remote Linux targets.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]