From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29914 invoked by alias); 3 Apr 2013 18:22:21 -0000 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 Received: (qmail 29879 invoked by uid 89); 3 Apr 2013 18:22:15 -0000 Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 03 Apr 2013 18:22:15 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MKO00M00YZF9B00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 03 Apr 2013 21:21:44 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MKO00LMFZ079LK0@a-mtaout20.012.net.il>; Wed, 03 Apr 2013 21:21:44 +0300 (IDT) Date: Wed, 03 Apr 2013 19:34:00 -0000 From: Eli Zaretskii Subject: Re: [patch NEWS+7.6] List the MI "fullname" change In-reply-to: <20130403181759.GA8895@host2.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k3ojh3tx.fsf@gnu.org> References: <20130403175027.GA5688@host2.jankratochvil.net> <83mwtfh4an.fsf@gnu.org> <20130403181759.GA8895@host2.jankratochvil.net> X-SW-Source: 2013-04/txt/msg00085.txt.bz2 > Date: Wed, 3 Apr 2013 20:17:59 +0200 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org > > On Wed, 03 Apr 2013 20:12:16 +0200, Eli Zaretskii wrote: > > > + ** The "fullname" field is now always present along the "file" field, > > > + even if the file cannot be found by GDB. ^^^^^^^^^ > > > > "along with". > > Just to be sure do you mean it this way? > > ** The "fullname" field is now always present along with "file" field, > even if the file cannot be found by GDB. I didn't mean to drop "the", so '...present along with the "file" field...'. Sorry for being unclear.