From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32302 invoked by alias); 8 Oct 2007 13:51:32 -0000 Received: (qmail 32294 invoked by uid 22791); 8 Oct 2007 13:51:31 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 Oct 2007 13:51:26 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id 684A3187025; Mon, 8 Oct 2007 15:56:08 +0200 (CEST) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: References: <009c01c809a5$c05be1c0$4113a540$@u-strasbg.fr> <20071008134219.GK3570@adacore.com> In-Reply-To: <20071008134219.GK3570@adacore.com> Subject: RE: [RFA] ARI fix: Remove asprintf in breakpoint.c Date: Mon, 08 Oct 2007 13:51:00 -0000 Message-ID: <00a001c809b2$56fc8ec0$04f5ac40$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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/msg00148.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. Pierre > -----Original Message----- > From: Joel Brobecker [mailto:brobecker@adacore.com] > Sent: Monday, October 08, 2007 3:42 PM > To: Pierre Muller > Cc: gdb-patches@sourceware.org > Subject: Re: [RFA] ARI fix: Remove asprintf in breakpoint.c > > > 2007-10-08 Pierre Muller > > > > * breakpoint.c (print_one_breakpoint_location): ARI fix: > > Replace asprintf by xstrprintf. > > Yes, this one looks fine. Did you run the testsuite? > > -- > Joel