From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28373 invoked by alias); 8 Oct 2007 13:42:29 -0000 Received: (qmail 28364 invoked by uid 22791); 8 Oct 2007 13:42:28 -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 13:42:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6B5632AC61C; Mon, 8 Oct 2007 09:42:22 -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 v4uNfCs1iAkP; Mon, 8 Oct 2007 09:42:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3564D2AC45F; Mon, 8 Oct 2007 09:42:22 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 0CBBAE7B58; Mon, 8 Oct 2007 06:42:20 -0700 (PDT) Date: Mon, 08 Oct 2007 13:42: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: <20071008134219.GK3570@adacore.com> References: <009c01c809a5$c05be1c0$4113a540$@u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009c01c809a5$c05be1c0$4113a540$@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/msg00145.txt.bz2 > 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