From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2230 invoked by alias); 23 Nov 2004 21:43:02 -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 2190 invoked from network); 23 Nov 2004 21:42:58 -0000 Received: from unknown (HELO cichlid.com) (63.249.88.76) by sourceware.org with SMTP; 23 Nov 2004 21:42:58 -0000 Received: from mail.cichlid.com (cichlid.com [127.0.0.1]) by cichlid.com (8.12.11/8.12.5) with ESMTP id iANLgsFR003928; Tue, 23 Nov 2004 13:42:54 -0800 Cc: gdb@sources.redhat.com Subject: Re: new option --readnever & script gstack? References: <41A24D4E.6090301@redhat.com> <01c4d151$Blat.v2.2.2$ca52d9c0@zahav.net.il> <41A363FE.9060307@redhat.com> <01c4d19d$Blat.v2.2.2$0109b2e0@zahav.net.il> Message-ID: From: "Andrew Burgess" Organization: Cichlid Communications Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Tue, 23 Nov 2004 21:46:00 -0000 In-Reply-To: <01c4d19d$Blat.v2.2.2$0109b2e0@zahav.net.il> User-Agent: Opera M2/7.54 (Linux, build 751) X-SW-Source: 2004-11/txt/msg00230.txt.bz2 > It sounds like the -readnever option you propose would be useful only > in the pstack-like situation. So how about adding a -pstack option > which will do whatever it takes for GDB to emulate pstack, i.e. avoid > reading the symbols, produce a backtrace, and then detach from the > process? I think I would tend to use it 'with' symbols myself...