From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27514 invoked by alias); 27 Sep 2013 20:13:53 -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 27499 invoked by uid 89); 27 Sep 2013 20:13:52 -0000 Received: from mailrelay003.isp.belgacom.be (HELO mailrelay003.isp.belgacom.be) (195.238.6.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Sep 2013 20:13:52 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=AWL,BAYES_00,CK_HELO_DYNAMIC_SPLIT_IP,HELO_DYNAMIC_SPLIT_IP,SPF_SOFTFAIL,TVD_RCVD_IP autolearn=no version=3.3.2 X-HELO: mailrelay003.isp.belgacom.be X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMBALLlRVJtgOus/2dsb2JhbAANToM/g3u9I4E3gxkBAQEEI1YQCw4KAgImAgJXBoglpmV1kiwEgSmOKAeCaoE2A60d Received: from 172.235-128-109.adsl-dyn.isp.belgacom.be (HELO [192.168.1.5]) ([109.128.235.172]) by relay.skynet.be with ESMTP; 27 Sep 2013 22:13:47 +0200 Subject: Re: RFA [PATCH v3] Implement 'catch syscall' for gdbserver From: Philippe Waroquiers To: Pedro Alves Cc: gdb-patches@sourceware.org In-Reply-To: <5245DCEC.3060101@redhat.com> References: <1379796907.5980.20.camel@soleil> <5245DCEC.3060101@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 27 Sep 2013 20:13:00 -0000 Message-ID: <1380312832.2237.12.camel@soleil> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00976.txt.bz2 On Fri, 2013-09-27 at 20:30 +0100, Pedro Alves wrote: > On 09/21/2013 09:55 PM, Philippe Waroquiers wrote: > > > No regression on linux/x86-64, native and gdbserver mode. > > Manually tested with a (patched) Valgrind gdbserver. > > I guess you've been testing with the native-extended-gdbserver.exp board file? > I needed these patches to make catch-syscall.exp pass with native-gdbserver.exp > ("target remote"): > > https://sourceware.org/ml/gdb-patches/2013-09/msg00968.html > > (I'm still playing with and reviewing the code itself.) > As discussed on IRC, I did the tests with native-gdbserver.exp but got no failure, as my gdb is compiled without libexpat, and the failures are only triggered where there is xml support. Philippe (that will install libexpat one of these days ...)