From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23661 invoked by alias); 13 Feb 2013 17:59:43 -0000 Received: (qmail 23617 invoked by uid 22791); 13 Feb 2013 17:59:41 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Feb 2013 17:59:35 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MI60050073XM300@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Wed, 13 Feb 2013 19:59:33 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MI6005Z27B9KF30@a-mtaout21.012.net.il>; Wed, 13 Feb 2013 19:59:33 +0200 (IST) Date: Wed, 13 Feb 2013 17:59:00 -0000 From: Eli Zaretskii Subject: Re: [Patch] Get trace file name when using 'target tfile' In-reply-to: <1360766298.2842.0@abidh-ubunto1104> To: "Abid, Hafiz" Cc: gdb-patches@sourceware.org, palves@redhat.com, marc.khouzam@ericsson.com Reply-to: Eli Zaretskii Message-id: <83halg3xik.fsf@gnu.org> References: <1360766298.2842.0@abidh-ubunto1104> 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: 2013-02/txt/msg00322.txt.bz2 > Date: Wed, 13 Feb 2013 14:38:18 +0000 > From: "Abid, Hafiz" > CC: , > > --- a/gdb/doc/gdb.texinfo > +++ b/gdb/doc/gdb.texinfo > @@ -32094,6 +32094,10 @@ The value of the disconnected tracing flag. @code{1} means that > tracing will continue after @value{GDBN} disconnects, @code{0} means > that the trace run will stop. > > +@item trace-file > +The filename of the trace file being examined. This field is > +optional, and only present when examining a trace file. > + This part is OK. Thanks.