From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15396 invoked by alias); 9 Nov 2009 20:10:37 -0000 Received: (qmail 15384 invoked by uid 22791); 9 Nov 2009 20:10:36 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Nov 2009 20:10:31 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 53F4210CE9; Mon, 9 Nov 2009 20:10:29 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 0DDFD1065D; Mon, 9 Nov 2009 20:10:29 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1N7aZI-0002ND-7Q; Mon, 09 Nov 2009 15:10:28 -0500 Date: Mon, 09 Nov 2009 20:10:00 -0000 From: Daniel Jacobowitz To: Daniel Gutson Cc: Michael Snyder , "gdb-patches@sourceware.org" Subject: Re: [PATCH] gcore registers storing fix Message-ID: <20091109201028.GA8855@caradoc.them.org> Mail-Followup-To: Daniel Gutson , Michael Snyder , "gdb-patches@sourceware.org" References: <4AF4A505.4010600@codesourcery.com> <4AF72404.1070808@vmware.com> <4AF82E4E.8000500@codesourcery.com> <20091109153110.GA12924@caradoc.them.org> <4AF85CC0.2030002@codesourcery.com> <20091109182550.GA30593@caradoc.them.org> <4AF86112.2040304@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AF86112.2040304@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2009-11/txt/msg00161.txt.bz2 On Mon, Nov 09, 2009 at 03:36:02PM -0300, Daniel Gutson wrote: > Because none of them checks that the text "in ??" does *not* show up Michael has pointed out that this text can legitimately appear. If there is a function in the system libraries without debug information, we may be there. For instance, inside the implementation of printf. -- Daniel Jacobowitz CodeSourcery