From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10697 invoked by alias); 5 Feb 2002 01:42:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10633 invoked from network); 5 Feb 2002 01:42:01 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 5 Feb 2002 01:42:01 -0000 Received: from cse.cygnus.com (cse.sfbay.redhat.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id RAA02603; Mon, 4 Feb 2002 17:41:58 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.11.6/8.11.6) id g151fAF19479; Mon, 4 Feb 2002 18:41:10 -0700 Date: Mon, 04 Feb 2002 17:42:00 -0000 From: Kevin Buettner Message-Id: <1020205014110.ZM19478@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: RFA: Recognize bottom of stack on Linux" (Feb 4, 8:32pm) References: <200202040206.VAA21952@zenia.red-bean.com> <1020204190121.ZM17294@localhost.localdomain> <3C5F3619.9060708@cygnus.com> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Andrew Cagney , Kevin Buettner Subject: Re: RFA: Recognize bottom of stack on Linux Cc: Jim Blandy , gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-02/txt/msg00095.txt.bz2 On Feb 4, 8:32pm, Andrew Cagney wrote: [Regarding what, if anything, to show of the frames below main() in a backtrace...] > Perhaphs the correct fix is to let the user decide. Add a ``set > stack-bottom-strategy ....'' :-) I think that may be best. I don't usually want to look at what's below main(), but when I do, it's usually pretty important to me...