From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24994 invoked by alias); 30 Jan 2008 04:00:36 -0000 Received: (qmail 24980 invoked by uid 22791); 30 Jan 2008 04:00:35 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Jan 2008 04:00:09 +0000 Received: from kahikatea.snap.net.nz (192.31.255.123.static.snap.net.nz [123.255.31.192]) by viper.snap.net.nz (Postfix) with ESMTP id 6793D3DA3FD for ; Wed, 30 Jan 2008 17:00:06 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 13A5D8FC6D; Wed, 30 Jan 2008 17:00:03 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18335.63041.986587.622120@kahikatea.snap.net.nz> Date: Wed, 30 Jan 2008 04:08:00 -0000 To: gdb-patches@sourceware.org Subject: [DOC:-file-list-exec-source-file] X-Mailer: VM 7.19 under Emacs 23.0.60.5 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/msg00762.txt.bz2 This patch updates the manual to my recent change to -file-list-exec-source-file. OK to commit? -- Nick http://www.inet.net.nz/~nickrob 2008-01-30 Nick Roberts * gdb.texinfo (GDB/MI File Commands): Describe new output field for MI command -file-list-exec-source-file. *** gdb.texinfo.~1.462.~ 2008-01-30 14:25:13.000000000 +1300 --- gdb.texinfo 2008-01-30 16:56:00.000000000 +1300 *************** N.A. *** 21035,21041 **** @end smallexample List the line number, the current source file, and the absolute path ! to the current source file for the current executable. @subsubheading @value{GDBN} Command --- 21035,21043 ---- @end smallexample List the line number, the current source file, and the absolute path ! to the current source file for the current executable. The macro ! information field has a value of @samp{1} or @samp{0} depending on ! whether or not the file includes preprocessor macro information. @subsubheading @value{GDBN} Command *************** The @value{GDBN} equivalent is @samp{inf *** 21046,21052 **** @smallexample (gdb) 123-file-list-exec-source-file ! 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c" (gdb) @end smallexample --- 21048,21054 ---- @smallexample (gdb) 123-file-list-exec-source-file ! 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1" (gdb) @end smallexample