From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15865 invoked by alias); 10 Aug 2010 01:52:02 -0000 Received: (qmail 15827 invoked by uid 22791); 10 Aug 2010 01:51:58 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,NIXSPAM_IXHASH,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Aug 2010 01:51:54 +0000 Received: by wwb18 with SMTP id 18so1769502wwb.12 for ; Mon, 09 Aug 2010 18:51:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.208.7 with SMTP id ga7mr14194919wbb.126.1281405112044; Mon, 09 Aug 2010 18:51:52 -0700 (PDT) Received: by 10.216.170.147 with HTTP; Mon, 9 Aug 2010 18:51:51 -0700 (PDT) Date: Tue, 10 Aug 2010 01:52:00 -0000 Message-ID: Subject: using python to print inferior values From: Mathew Yeates To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-08/txt/msg00052.txt.bz2 Okay. I'm stumped. I have an integer named foo. How do I print it's value? This is gdb-weekly-CVS-7.2.50.20100713 -Mathew