From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3100 invoked by alias); 6 Feb 2004 23:50:01 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3062 invoked from network); 6 Feb 2004 23:50:00 -0000 Received: from unknown (HELO smtpgw1.noa.com) (205.166.76.16) by sources.redhat.com with SMTP; 6 Feb 2004 23:50:00 -0000 Received: from Gateways-MTA by smtpgw1.noa.com with Novell_GroupWise; Fri, 06 Feb 2004 15:49:59 -0800 Message-Id: Date: Fri, 06 Feb 2004 23:50:00 -0000 From: "John Utz" To: Subject: stepping thru assembled files that are referenced as temp files ie: /tmp/ccjirvvY.s Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-SW-Source: 2004-02/txt/msg00066.txt.bz2 Hello; gdb 6.0 /gdbserver is telling me that i am segfaulting in a file that appears to be a tmp-name generated during the link process for the parent static library. iblit16.s is compiled into iblit16.o and ar'd into liballd_unshared.a. My exe is linked against liballd_unshared.a. here is what gdb says when i try to step into the problem function: (gdb) s _linear_clear_to_color16 () at /tmp/ccjirvvY.s:27 27 /tmp/ccjirvvY.s: No such file or directory in /tmp/ccjirvvY.s Current language: auto; currently asm (gdb) how can i tell gdb to stop looking for the tmp-name and look for this function in allegro-4.0.3/src/i386/iblit16.s? tnx! johnu