From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6154 invoked by alias); 4 Jun 2003 03:26:29 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 6063 invoked from network); 4 Jun 2003 03:26:27 -0000 Received: from unknown (HELO mail01.pge.com) (131.89.128.13) by sources.redhat.com with SMTP; 4 Jun 2003 03:26:27 -0000 Received: from mail04.comp.pge.com (mail04dmz [10.252.0.60]) by mail01.pge.com (Switch-2.2.6/Switch-2.2.6) with ESMTP id h543QOa04195 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Tue, 3 Jun 2003 20:26:25 -0700 (PDT) Received: from mdssirds.comp.pge.com (mdssirds.comp.pge.com [10.244.244.51]) by mail04.comp.pge.com (Switch-2.2.6/Switch-2.2.6) with ESMTP id h543QMa16938 for ; Tue, 3 Jun 2003 20:26:22 -0700 (PDT) Received: (from esp5@localhost) by mdssirds.comp.pge.com (8.8.8+Sun/8.8.8) id UAA24952 for gdb@sources.redhat.com; Tue, 3 Jun 2003 20:26:21 -0700 (PDT) Date: Wed, 04 Jun 2003 03:26:00 -0000 From: Edward Peschko To: gdb@sources.redhat.com Subject: gdb scripting questions Message-ID: <20030603202620.A24941@mdssirds.comp.pge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22i X-SW-Source: 2003-06/txt/msg00046.txt.bz2 hey, I was looking at programming gdb, and couldn't find a good source on the scripting of gdb! What's up? I want to be able to have a couple of commands that dereference and print out various data structures.. Also, I noticed that you can't say: (gdb) c; x why not, what's the separator for commands? It would be really cool to put five commands on the same line and chain them together this way via rather than having to say, alternate between the five via up arrow... And finally, I noticed that this group is not being archived by google.. I've posted that fact to google, maybe they'll rectify it.. Ed (ps - if you could email me at esp5@pge.com as a response, as well as posting to the list, I'd appreciate it. thanks.)