From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17096 invoked by alias); 12 Sep 2014 18:01:02 -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 17084 invoked by uid 89); 12 Sep 2014 18:01:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_40,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: sonata.ens-lyon.org Received: from sonata.ens-lyon.org (HELO sonata.ens-lyon.org) (140.77.166.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 12 Sep 2014 18:01:00 +0000 Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 0E86B200C3; Fri, 12 Sep 2014 20:00:57 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nOCxKETQ43LA; Fri, 12 Sep 2014 20:00:56 +0200 (CEST) Received: from type.youpi.perso.aquilenet.fr (youpi.perso.aquilenet.fr [80.67.176.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id D25D6200C1; Fri, 12 Sep 2014 20:00:56 +0200 (CEST) Received: from samy by type.youpi.perso.aquilenet.fr with local (Exim 4.84) (envelope-from ) id 1XSV9S-0003BG-Nu; Fri, 12 Sep 2014 20:00:54 +0200 Date: Fri, 12 Sep 2014 18:01:00 -0000 From: Samuel Thibault To: Thomas Schwinge Cc: Gary Benson , bug-hurd@gnu.org, gdb-patches@sourceware.org, Joel Brobecker Subject: Re: [PATCHv3,Hurd] Add hardware watch support Message-ID: <20140912180054.GB4448@type.youpi.perso.aquilenet.fr> Mail-Followup-To: Thomas Schwinge , Gary Benson , bug-hurd@gnu.org, gdb-patches@sourceware.org, Joel Brobecker References: <20140910224919.GP3244@type.youpi.perso.aquilenet.fr> <874mwcpvsy.fsf@schwinge.name> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <874mwcpvsy.fsf@schwinge.name> User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) X-SW-Source: 2014-09/txt/msg00446.txt.bz2 Thomas Schwinge, le Fri 12 Sep 2014 19:56:13 +0200, a écrit : > Unless you have push access to sourceware (do you?), I'll be happy to > push this for you once the pending review comments have been addressed. > I have just to contribute a small patch to add on top of yours (merge it > in) to make it actually build: > -inf_threads (struct inf *inf, inf_threads_ftype *f) > +inf_threads (struct inf *inf, inf_threads_ftype *f, void *arg) Ugh? I guess with having to deal with various trees, some building and others not, I just manage to mangle that patch. > Many thanks for persisting with this patch. I have to say I'm almost about to give up with submitting it. Samuel