From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14911 invoked by alias); 8 Oct 2007 15:02:06 -0000 Received: (qmail 14898 invoked by uid 22791); 8 Oct 2007 15:02:05 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 Oct 2007 15:01:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5ED7E2AC15D; Mon, 8 Oct 2007 11:01:57 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PdRWyYSZaIoN; Mon, 8 Oct 2007 11:01:57 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2BAC72AC17C; Mon, 8 Oct 2007 11:01:57 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1685AE7B58; Mon, 8 Oct 2007 08:01:55 -0700 (PDT) Date: Mon, 08 Oct 2007 15:02:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFA] ARI fix: Remove asprintf in breakpoint.c Message-ID: <20071008150155.GM3570@adacore.com> References: <009c01c809a5$c05be1c0$4113a540$@u-strasbg.fr> <20071008134219.GK3570@adacore.com> <00a001c809b2$56fc8ec0$04f5ac40$@u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00a001c809b2$56fc8ec0$04f5ac40$@u-strasbg.fr> User-Agent: Mutt/1.4.2.2i 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 X-SW-Source: 2007-10/txt/msg00159.txt.bz2 > No, sorry, but the testsuite on cygwin is really a pain, > it has some signal problems that makes the testsuite > horribly slow, with tons of timeouts... > and no I have no easy linux access. Humpf, I know the pain of horribly slow testsuites. I also test on some machines where I need to wait overnight before getting the results. We could probably do without a testsuite run in this case, but you never know. If you have the opportunity to do so, perhaps you can batch all your patches, test them overnight, and then submit them the next day. If this is too much hassle, I'd much rather have you contribute and I'll help with the testing. > > > 2007-10-08 Pierre Muller > > > > > > * breakpoint.c (print_one_breakpoint_location): ARI fix: > > > Replace asprintf by xstrprintf. I tested this one for you, so you can go ahead and check it in. Thank you| -- Joel