From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4768 invoked by alias); 28 Apr 2015 15:14:48 -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 4759 invoked by uid 89); 28 Apr 2015 15:14:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout27.012.net.il Received: from mtaout27.012.net.il (HELO mtaout27.012.net.il) (80.179.55.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Apr 2015 15:14:42 +0000 Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0NNI00M00V9NLF00@mtaout27.012.net.il> for gdb-patches@sourceware.org; Tue, 28 Apr 2015 18:09:45 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NNI00KP2VG8S420@mtaout27.012.net.il>; Tue, 28 Apr 2015 18:09:45 +0300 (IDT) Date: Tue, 28 Apr 2015 15:33:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v5] Add Guile frame filter interface In-reply-to: <87k2wwtvq6.fsf@igalia.com> To: Andy Wingo Cc: gdb-patches@sourceware.org, dje@google.com Reply-to: Eli Zaretskii Message-id: <83r3r4uvxi.fsf@gnu.org> References: <87zj6hfg6t.fsf@igalia.com> <87pp7dferl.fsf@igalia.com> <83sic9dz6q.fsf@gnu.org> <87k2wwtvq6.fsf@igalia.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg01049.txt.bz2 > From: Andy Wingo > Cc: gdb-patches@sourceware.org, dje@google.com > Date: Tue, 28 Apr 2015 12:04:17 +0200 > > I replaced the last sentence with: > > In the first case, the @value{GDBN} symbol will be used to load the > corresponding value from the frame if needed. Thanks, I'm happy now.