From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18577 invoked by alias); 23 Dec 2005 07:09:30 -0000 Received: (qmail 18570 invoked by uid 22791); 23 Dec 2005 07:09:29 -0000 X-Spam-Check-By: sourceware.org Received: from zigzag.lvk.cs.msu.su (HELO zigzag.lvk.cs.msu.su) (158.250.17.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Dec 2005 07:09:28 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1Eph3N-0007hG-Gi for gdb@sources.redhat.com; Fri, 23 Dec 2005 10:09:26 +0300 Received: from zigzag.lvk.cs.msu.su ([158.250.17.23]) by zigzag.lvk.cs.msu.su with esmtp (Exim 4.50) id 1Eph3G-0007fm-4D; Fri, 23 Dec 2005 10:09:18 +0300 From: Vladimir Prus To: Midnight Xiong Subject: Re: MI: full file name Date: Fri, 23 Dec 2005 07:09:00 -0000 User-Agent: KMail/1.7.2 Cc: gdb@sources.redhat.com References: <7f89a3ea0512221820u4512e691x59d20442123d3086@mail.gmail.com> In-Reply-To: <7f89a3ea0512221820u4512e691x59d20442123d3086@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512231009.17191.ghost@cs.msu.su> 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: 2005-12/txt/msg00180.txt.bz2 On Friday 23 December 2005 05:20, Midnight Xiong wrote: > Could you please point more details about this buggy?(backtrace and then > -file-list-exec-source-file) > I only can use GDB 6.3 but 6.4, and have to resolve it in GDB 6.3. > Thanks. It's simple: if you do backtrace -file-list-exec-source-file then the second command will print the file corresponding to the last frame printed by 'backtrace'. The workaround I use is to reverse the order of the commands. - Volodya