From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1627 invoked by alias); 17 Aug 2010 00:19:54 -0000 Received: (qmail 1616 invoked by uid 22791); 17 Aug 2010 00:19:53 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,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, 17 Aug 2010 00:19:49 +0000 Received: by wwb34 with SMTP id 34so6877143wwb.12 for ; Mon, 16 Aug 2010 17:19:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.233.163 with SMTP id p35mr85705weq.98.1282004386711; Mon, 16 Aug 2010 17:19:46 -0700 (PDT) Received: by 10.216.170.147 with HTTP; Mon, 16 Aug 2010 17:19:46 -0700 (PDT) Date: Tue, 17 Aug 2010 00:19:00 -0000 Message-ID: Subject: doing a comparison in python 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/msg00107.txt.bz2 Hi I am debugging fortran code and I want to see if an interior value is equal to .FALSE. I know how to get the value with parse_and_eval but what do I do with it? -Mathew