From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25869 invoked by alias); 21 Sep 2013 21:03:54 -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 25856 invoked by uid 89); 21 Sep 2013 21:03:53 -0000 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Sep 2013 21:03:53 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_20 autolearn=ham version=3.3.2 X-HELO: mtaout22.012.net.il Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MTH00D00UH8LM00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sun, 22 Sep 2013 00:03:50 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MTH00CKFUIDNXA0@a-mtaout22.012.net.il>; Sun, 22 Sep 2013 00:03:50 +0300 (IDT) Date: Sat, 21 Sep 2013 21:03:00 -0000 From: Eli Zaretskii Subject: Re: RFA [PATCH v3] Implement 'catch syscall' for gdbserver In-reply-to: <1379796907.5980.20.camel@soleil> To: Philippe Waroquiers Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83haddkhtu.fsf@gnu.org> References: <1379796907.5980.20.camel@soleil> X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00791.txt.bz2 > From: Philippe Waroquiers > Date: Sat, 21 Sep 2013 22:55:07 +0200 > > This is version 3 of the patch implementing catch syscall for gdbserver. > This integrates the review comments given by Eli Zaretskii > and Sergio Durigan Junior. > > Difference with version 2 is doc and code cleanup, renamed various > variables and functions, added some clarification comments, > avoid use of catched. No functional change. > > No regression on linux/x86-64, native and gdbserver mode. > Manually tested with a (patched) Valgrind gdbserver. > > Ok to commit ? OK for the documentation part. Thanks.