From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10486 invoked by alias); 14 Nov 2006 10:48:29 -0000 Received: (qmail 10477 invoked by uid 22791); 14 Nov 2006 10:48:28 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.231) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Nov 2006 10:48:23 +0000 Received: by wx-out-0506.google.com with SMTP id t15so328680wxc for ; Tue, 14 Nov 2006 02:48:21 -0800 (PST) Received: by 10.70.8.20 with SMTP id 20mr571728wxh.1163501301488; Tue, 14 Nov 2006 02:48:21 -0800 (PST) Received: by 10.70.12.9 with HTTP; Tue, 14 Nov 2006 02:48:21 -0800 (PST) Message-ID: Date: Tue, 14 Nov 2006 10:48:00 -0000 From: "Rob Quill" To: gdb@sourceware.org Subject: GDB Script predefined variables MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00086.txt.bz2 Hi, I was wondering what predefined variables, if any, there are in GDB, that can be used when writing a GDB script. Specifically, I want the script to be able to test when the program has finished executing, but any other predefined variables would also be useful, if there is a list somewhere or someone knows them all. Thanks for your time. Rob