From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28260 invoked by alias); 10 Apr 2013 22:55:10 -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 28249 invoked by uid 89); 10 Apr 2013 22:55:10 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from toccata.ens-lyon.org (HELO toccata.ens-lyon.org) (140.77.166.68) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 10 Apr 2013 22:55:09 +0000 Received: from localhost (localhost [127.0.0.1]) by toccata.ens-lyon.org (Postfix) with ESMTP id EDB4884098; Thu, 11 Apr 2013 00:55:06 +0200 (CEST) Received: from toccata.ens-lyon.org ([127.0.0.1]) by localhost (toccata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YgtAkJZiHSqS; Thu, 11 Apr 2013 00:54:34 +0200 (CEST) Received: from type.ipv6 (ANancy-556-1-270-204.w81-50.abo.wanadoo.fr [81.50.251.204]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by toccata.ens-lyon.org (Postfix) with ESMTPSA id 6A44684088; Thu, 11 Apr 2013 00:54:34 +0200 (CEST) Received: from samy by type.ipv6 with local (Exim 4.80) (envelope-from ) id 1UQ3uS-0007Rn-UE; Thu, 11 Apr 2013 00:54:32 +0200 Date: Thu, 11 Apr 2013 03:55:00 -0000 From: Samuel Thibault To: Thomas Schwinge Cc: Joel Brobecker , bug-hurd@gnu.org, gdb-patches@sourceware.org Subject: Re: [PATCH,HURD] Fix reading core Message-ID: <20130410225432.GO17173@type.leflore.lan> Mail-Followup-To: Thomas Schwinge , Joel Brobecker , bug-hurd@gnu.org, gdb-patches@sourceware.org References: <20130211020109.GK5926@type.youpi.perso.aquilenet.fr> <20130409234117.GC24389@adacore.com> <87fvyyggkc.fsf@kepler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87fvyyggkc.fsf@kepler.schwinge.homeip.net> User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) X-SW-Source: 2013-04/txt/msg00292.txt.bz2 Thomas Schwinge, le Thu 11 Apr 2013 00:35:15 +0200, a écrit : > > Do you have write access to the GDB repository? If not, do you have > > copyright assignment papers on file? This patch is small enough that > > we can take it as a tiny patch, but if you think you're going to > > send more patches, we should probably get you started on those. > > I'd support all that; Samuel's not on file for GDB (but is for other > packages, such as Hurd proper). My other patch about x86 hardware watchpoint support might need it indeed. Which template should I use? Samuel