From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82536 invoked by alias); 21 Nov 2015 10:29:44 -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 82522 invoked by uid 89); 21 Nov 2015 10:29:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailsec103.isp.belgacom.be Received: from mailsec103.isp.belgacom.be (HELO mailsec103.isp.belgacom.be) (195.238.20.99) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Nov 2015 10:29:41 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2A0BwDQRlBW/5DT81FegzuDC7srghoBDYFlgz2CTAQCAoEzORQBAQEBAQEBgQpBEgGDYQEBBCMzIxAIAxgCAiYCAjkeBi2IGAGwCJAHAQEBAQYjGWiFU4R+h3WBRAEElkyNL5xMHwEBQoQFPYJXgwgBAQE Received: from 144.211-243-81.adsl-dyn.isp.belgacom.be (HELO soleil) ([81.243.211.144]) by relay.skynet.be with ESMTP/TLS/AES128-GCM-SHA256; 21 Nov 2015 11:29:31 +0100 Message-ID: <1448101861.2153.2.camel@skynet.be> Subject: Re: [PATCH] Implement 'catch syscall' for gdbserver From: Philippe Waroquiers To: gdb-patches Cc: Doug Evans , Sergio Durigan Junior , Pedro Alves , Josh Stone Date: Sat, 21 Nov 2015 10:29:00 -0000 In-Reply-To: <5637AA46.8070303@redhat.com> References: <1446169946-28117-1-git-send-email-jistone@redhat.com> <5637AA46.8070303@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00444.txt.bz2 On Mon, 2015-11-02 at 10:24 -0800, Josh Stone wrote: > On 11/01/2015 02:14 PM, Doug Evans wrote: > > Hi. I haven't reviewed the patch completely yet, but one comment. Any news about review ? It would be nice if the patch could go in the next gdb version. Thanks Philippe