From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41393 invoked by alias); 29 May 2016 17:29:51 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 41380 invoked by uid 89); 29 May 2016 17:29:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:philipp, HX-HELO:eggs.gnu.org, Hx-spam-relays-external:208.118.235.92, H*RU:208.118.235.92 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 29 May 2016 17:29:40 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b74Ws-0003Uj-IM for gdb-patches@sourceware.org; Sun, 29 May 2016 13:29:38 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b74WT-0003T8-JQ; Sun, 29 May 2016 13:29:09 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3358 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1b74WR-0007Be-AX; Sun, 29 May 2016 13:29:07 -0400 Date: Sun, 29 May 2016 17:29:00 -0000 Message-Id: <8337p0ydqo.fsf@gnu.org> From: Eli Zaretskii To: Jan Kratochvil CC: gdb-patches@sourceware.org, philippe.waroquiers@skynet.be, sergiodj@redhat.com, palves@redhat.com, xdje42@gmail.com, scox@redhat.com, jistone@redhat.com In-reply-to: <20160529164745.GA21714@host1.jankratochvil.net> (message from Jan Kratochvil on Sun, 29 May 2016 18:47:45 +0200) Subject: Re: [doc] NEWS: QCatchSyscalls: simplify Reply-to: Eli Zaretskii References: <1449196006-13759-2-git-send-email-jistone@redhat.com> <1452308954-13679-1-git-send-email-jistone@redhat.com> <20160529164745.GA21714@host1.jankratochvil.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00529.txt.bz2 > Date: Sun, 29 May 2016 18:47:45 +0200 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org, philippe.waroquiers@skynet.be, > sergiodj@redhat.com, palves@redhat.com, eliz@gnu.org, xdje42@gmail.com, > scox@redhat.com, Josh Stone > > On Sat, 09 Jan 2016 04:09:14 +0100, Josh Stone wrote: > > --- a/gdb/NEWS > > +++ b/gdb/NEWS > > @@ -120,6 +120,21 @@ 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. > > + > > +syscall_entry stop reason > > + Indicates that a syscall was just called. > > + > > +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. > > I find this format non-standard/confusing. OK to check-in this update? Is it really that bad? I generally tend to let people say things in their own words, as long as it's readable. But if you insist...