From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14401 invoked by alias); 31 Oct 2006 11:43:57 -0000 Received: (qmail 14390 invoked by uid 22791); 31 Oct 2006 11:43:56 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-01.spheriq.net (HELO fra-del-01.spheriq.net) (195.46.51.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 31 Oct 2006 11:43:49 +0000 Received: from fra-out-03.spheriq.net (fra-out-03.spheriq.net [195.46.51.131]) by fra-del-01.spheriq.net with ESMTP id k9VBhhAW011466 for ; Tue, 31 Oct 2006 11:43:43 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-03.spheriq.net with ESMTP id k9VBhh4u008750 for ; Tue, 31 Oct 2006 11:43:43 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id k9VBhf92026299 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Tue, 31 Oct 2006 11:43:43 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 544E0DA44 for ; Tue, 31 Oct 2006 11:43:41 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0BA9547446 for ; Tue, 31 Oct 2006 11:43:40 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CID70282 (AUTH stubbsa); Tue, 31 Oct 2006 11:43:39 GMT Message-ID: <454736EB.9050206@st.com> Date: Tue, 31 Oct 2006 11:43:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: GDB printf command References: <4534C695.2050206@st.com> <20061017132426.GA28323@nevyn.them.org> <4534E3FF.9030505@st.com> <20061017142451.GA30620@nevyn.them.org> <4534EC06.3050200@st.com> <20061017145411.GA31447@nevyn.them.org> <45360ECE.4060506@st.com> In-Reply-To: <45360ECE.4060506@st.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00311.txt.bz2 > Well, the very first thing is going to be a version of gnulib that lets > us reuse its printf this way. I'll contact the gnulib maintainers > about that right now, and get back to you. From what I can see in the bug-gnulib archives, this seems to have hit a problem. What's going on? Andrew