From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22352 invoked by alias); 9 Oct 2013 22:05:28 -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 22339 invoked by uid 89); 9 Oct 2013 22:05:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2013 22:05:27 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r99M5OGE023573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 Oct 2013 18:05:24 -0400 Received: from psique (ovpn-113-21.phx2.redhat.com [10.3.113.21]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r99M5LP4007355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 9 Oct 2013 18:05:23 -0400 From: Sergio Durigan Junior To: Philippe Waroquiers Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: RFA [PATCH v4] Implement 'catch syscall' for gdbserver (was Re: RFA [PATCH v3] Implement 'catch syscall' for gdbserver) References: <1379796907.5980.20.camel@soleil> <1380467062.3567.52.camel@soleil> <524DBA28.3070706@redhat.com> <1380837750.2217.104.camel@soleil> <524EFB00.90105@redhat.com> <524FD8A9.2010006@redhat.com> <1381355683.2141.68.camel@soleil> X-URL: http://www.redhat.com Date: Wed, 09 Oct 2013 22:05:00 -0000 In-Reply-To: <1381355683.2141.68.camel@soleil> (Philippe Waroquiers's message of "Wed, 09 Oct 2013 23:54:43 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00322.txt.bz2 On Wednesday, October 09 2013, Philippe Waroquiers wrote: > * Need to investigate the bug in gdb 'catch syscall' flip/flop logic. > If this logic can be fixed, then have gdbserver and gdb using > the same logic. Just FYI, I started a weekend-project to implement the PTRACE_O_SYSCALL_{ENTER,EXIT} ideas from our wishlist :-). I already have a patch working, but I need to give it some love before posting it... -- Sergio