From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31576 invoked by alias); 9 May 2006 12:19:55 -0000 Received: (qmail 31508 invoked by uid 22791); 9 May 2006 12:19:53 -0000 X-Spam-Check-By: sourceware.org Received: from thunder.netspace.net.au (HELO mail.netspace.net.au) (203.10.110.71) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 May 2006 12:19:51 +0000 Received: from [192.168.0.10] (220-253-49-76.VIC.netspace.net.au [220.253.49.76]) by mail.netspace.net.au (Postfix) with ESMTP id A8CFB4BC23 for ; Tue, 9 May 2006 22:19:46 +1000 (EST) Message-ID: <446088E5.3070204@netspace.net.au> Date: Tue, 09 May 2006 12:38:00 -0000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Unknown files Content-Type: text/plain; charset=us-ascii; 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-05/txt/msg00086.txt.bz2 Hi, When bt shows history inside of a file without debugging symbols, how do i find what file it is? (gdb) bt #0 my_malloc_hook (size=64, caller=0xb7d8a811) at main.c:330 #1 0xb7e06db5 in ?? () #2 0x00000040 in ?? () #3 0xb7d8a811 in ?? () #4 0xffffffff in ?? () #5 0xb7d8f4c8 in ?? () #6 0x08131674 in ?? () #7 0x08126350 in ?? () #8 0xbffff3d8 in ?? () #9 0xb7d8a811 in ?? () #10 0x00000040 in ?? () #11 0x08124e1c in ?? () #12 0x00000001 in ?? () #13 0x00000000 in ?? () (gdb)