From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2242 invoked by alias); 22 Nov 2004 20:34:46 -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 2203 invoked from network); 22 Nov 2004 20:34:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Nov 2004 20:34:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iAMKYgI5013750 for ; Mon, 22 Nov 2004 15:34:42 -0500 Received: from localhost.redhat.com (vpn50-73.rdu.redhat.com [172.16.50.73]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iAMKYgr20681 for ; Mon, 22 Nov 2004 15:34:42 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F1076129D8C for ; Mon, 22 Nov 2004 15:34:26 -0500 (EST) Message-ID: <41A24D4E.6090301@redhat.com> Date: Mon, 22 Nov 2004 20:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: new option --readnever & script gstack? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00217.txt.bz2 Hello, As the oposite to --readnow, I'd like to propose a new option --readnever (i.e., don't read in the symbolic debug inf). That and a few lines of script should let GDB implemement a direct equivalent to pstack (called gstack say). Thoughts? Andrew