From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28273 invoked by alias); 11 Jan 2004 15:59:22 -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 28265 invoked from network); 11 Jan 2004 15:59:22 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.3.48) by sources.redhat.com with SMTP; 11 Jan 2004 15:59:22 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E2E102B8F; Sun, 11 Jan 2004 10:59:19 -0500 (EST) Message-ID: <400172D7.6030403@gnu.org> Date: Sun, 11 Jan 2004 15:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Eli Zaretskii Cc: mec.gnu@mindspring.com, nathanw@wasabisystems.com, gdb@sources.redhat.com Subject: Re: "break main; run" test References: <20040109031621.412084B35A@berman.michael-chastain.com> <2914-Fri09Jan2004104913+0200-eliz@elta.co.il> <3FFEDD26.3080304@gnu.org> <6654-Sat10Jan2004135841+0200-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00146.txt.bz2 >> Date: Fri, 09 Jan 2004 11:56:06 -0500 >> From: Andrew Cagney >> >> Should note that I intend tweaking the doco so that "backtrace", instead >> of "print args" is used. I suspect that "backtrace" is GDB's second >> most popular user command > > > How about doing both bt and p? I think they are both very central to > any debugging, no matter what user polls (if we have them) say. M'kay, and perhaps break in something other than main - a backtrace when in main isn't very interesting :-) Andrew