From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21560 invoked by alias); 11 Jun 2010 15:29:24 -0000 Received: (qmail 21536 invoked by uid 22791); 11 Jun 2010 15:29:22 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Jun 2010 15:29:17 +0000 Received: (qmail 10612 invoked from network); 11 Jun 2010 15:29:15 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 11 Jun 2010 15:29:15 -0000 Date: Fri, 11 Jun 2010 15:29:00 -0000 From: Daniel Jacobowitz To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: RFA: add to_string argument to gdb.execute Message-ID: <20100611152907.GA17519@caradoc.them.org> Mail-Followup-To: Tom Tromey , gdb-patches@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-06/txt/msg00267.txt.bz2 On Thu, Jun 10, 2010 at 02:26:44PM -0600, Tom Tromey wrote: > This adds a to_string argument to gdb.execute, so you can capture > command output in a python string. Thank you, Tom! I like this solution. -- Daniel Jacobowitz CodeSourcery