From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20139 invoked by alias); 29 Jan 2008 18:06:59 -0000 Received: (qmail 20125 invoked by uid 22791); 29 Jan 2008 18:06:59 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Jan 2008 18:06:32 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id E582598151; Tue, 29 Jan 2008 18:06:30 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id D00A99811F; Tue, 29 Jan 2008 18:06:30 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JJuqs-0001eC-1Y; Tue, 29 Jan 2008 13:06:30 -0500 Date: Tue, 29 Jan 2008 18:08:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sourceware.org Subject: Re: [PATCH: mi-cmd-file.c] Message-ID: <20080129180629.GI3773@caradoc.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sourceware.org References: <18309.37153.798074.919481@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18309.37153.798074.919481@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00705.txt.bz2 On Thu, Jan 10, 2008 at 04:29:37PM +1300, Nick Roberts wrote: > > Emacs currently uses "info source" as part of it's front end to GDB. This > patch allows it to use -file-list-exec-source-file instead. > > -- > Nick http://www.inet.net.nz/~nickrob > > > 2008-01-10 Nick Roberts > > * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Add field > for preprocessor macro information. Needs a manual update, of course. Otherwise looks OK to me. GUD uses this to avoid expanding macros if it knows they are not available, right? -- Daniel Jacobowitz CodeSourcery