From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32031 invoked by alias); 11 Feb 2003 06:39:28 -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 32024 invoked from network); 11 Feb 2003 06:39:27 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by 172.16.49.205 with SMTP; 11 Feb 2003 06:39:27 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA26132; Tue, 11 Feb 2003 08:38:58 +0200 (IST) Date: Tue, 11 Feb 2003 06:39:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Bob Rossi cc: gdb-patches@sources.redhat.com Subject: Re: Adding -file-list-exec-source-file command to GDB/MI In-Reply-To: <20030210221557.GA11238@white> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-02/txt/msg00269.txt.bz2 On Mon, 10 Feb 2003, Bob Rossi wrote: > This is a patch to add -file-list-exec-source-file to GDB. The command > returns to the client the absolute path and line number of the current > executable. Thanks. But what happens if the debug format doesn't support full file names? COFF debug info is one such case; what does the command do in that case?