From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17447 invoked by alias); 5 Jun 2003 17:08:10 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17274 invoked from network); 5 Jun 2003 17:08:05 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 5 Jun 2003 17:08:05 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h55H85H16510 for ; Thu, 5 Jun 2003 13:08:05 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h55H85I19686 for ; Thu, 5 Jun 2003 13:08:05 -0400 Received: from localhost.localdomain.redhat.com (vpn50-2.rdu.redhat.com [172.16.50.2]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h55H81614719; Thu, 5 Jun 2003 13:08:03 -0400 To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: RFC: strip --strip-nondebug References: <16095.28727.461421.387212@localhost.redhat.com> From: Nick Clifton Date: Thu, 05 Jun 2003 17:08:00 -0000 In-Reply-To: <16095.28727.461421.387212@localhost.redhat.com> (Elena Zannoni's message of "Thu, 5 Jun 2003 12:30:47 -0400") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00204.txt.bz2 Hi Elena, > Nick, cool. Have you tried using gdb with the separate debug info > resulting from your command? It should work transparently, once you > set the debug directory, if needed. > > (gdb) help set debug-file-directory > Set the directory where separate debug symbols are searched for. > Separate debug symbols are first searched for in the same > directory as the binary, then in the `.debug' subdirectory, > and lastly at the path of the directory of the binary with > the global debug-file directory prepended Apparently not :-( Is there a good way to watch gdb try to find debug information and find out what is wrong ? Cheers Nick