From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7617 invoked by alias); 13 Nov 2009 16:23:13 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 7606 invoked by uid 22791); 13 Nov 2009 16:23:12 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <9a0bd7f70911122224s7a2da6cbm8586ac9255c3fd18@mail.gmail.com> References: <9a0bd7f70911122224s7a2da6cbm8586ac9255c3fd18@mail.gmail.com> Date: Fri, 13 Nov 2009 16:23:00 -0000 Message-ID: <9a0bd7f70911130823t79d5323fw4a0336b0242ae828@mail.gmail.com> Subject: Re: Access inferior values from a gdb.Command/gdb.Function From: sam shepperd To: archer@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2009-q4/txt/msg00060.txt.bz2 On Fri, Nov 13, 2009 at 12:24 AM, sam shepperd wrote: > Is there any way to access the values of an inferior without passing > them in explicitly as arguments to a gdb.Command / gdb.Function? gdb.selected_frame().read_var() seems to work