From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11148 invoked by alias); 20 Feb 2015 09:58:01 -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 10635 invoked by uid 89); 20 Feb 2015 09:58:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout25.012.net.il Received: from mtaout25.012.net.il (HELO mtaout25.012.net.il) (80.179.55.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Feb 2015 09:57:58 +0000 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NK200J00E04WN00@mtaout25.012.net.il> for gdb-patches@sourceware.org; Fri, 20 Feb 2015 11:52:33 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NK200AOIE3K9O80@mtaout25.012.net.il>; Fri, 20 Feb 2015 11:52:33 +0200 (IST) Date: Fri, 20 Feb 2015 09:58:00 -0000 From: Eli Zaretskii Subject: Re: Add frame-read-register In-reply-to: <87r3tl0y0w.fsf@igalia.com> To: Andy Wingo Cc: gdb-patches@sourceware.org, wingo@igalia.com, xdje42@gmail.com Reply-to: Eli Zaretskii Message-id: <83pp94lxak.fsf@gnu.org> References: <87r3tl0y0w.fsf@igalia.com> X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00594.txt.bz2 > From: Andy Wingo > Cc: Andy Wingo , Doug Evans > Date: Fri, 20 Feb 2015 09:47:59 +0100 > > The attached patch adds frame-read-register to the Guile interface, like > Frame.read_register() for python. OK for the documentation parts. Thanks.