From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23308 invoked by alias); 14 May 2008 08:16:36 -0000 Received: (qmail 23300 invoked by uid 22791); 14 May 2008 08:16:36 -0000 X-Spam-Check-By: sourceware.org Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net (HELO sunset.davemloft.net) (74.93.104.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 May 2008 08:16:19 +0000 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id 625CCC8C1F2; Wed, 14 May 2008 01:16:12 -0700 (PDT) Date: Wed, 14 May 2008 18:09:00 -0000 Message-Id: <20080514.011612.244049043.davem@davemloft.net> To: schwab@suse.de Cc: drow@false.org, ppluzhnikov@google.com, gdb-patches@sourceware.org, dje@google.com, msnyder@specifix.com Subject: Re: [RFC] Fix for mishandling of "break 'pthread_create@GLIBC_2.2.5'" From: David Miller In-Reply-To: References: <20080514024640.GA8332@caradoc.them.org> <20080513.212144.50306766.davem@davemloft.net> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2008-05/txt/msg00429.txt.bz2 From: Andreas Schwab Date: Wed, 14 May 2008 10:07:23 +0200 > There is probably no symbol matching printf in the debugging > information. That's how it looks like on ppc, where the two versions of > printf are just aliases of the internal names __printf and > __ndbl_printf. Indeed, that's what causes this. Thanks for pointing that oout.