From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20823 invoked by alias); 30 Mar 2006 01:41:29 -0000 Received: (qmail 20815 invoked by uid 22791); 30 Mar 2006 01:41:28 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 30 Mar 2006 01:41:27 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 0343248CBE6; Wed, 29 Mar 2006 20:41:25 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17204-01-8; Wed, 29 Mar 2006 20:41:24 -0500 (EST) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id B17FB48CBD8; Wed, 29 Mar 2006 20:41:24 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 5402D47E7F; Wed, 29 Mar 2006 17:41:23 -0800 (PST) Date: Thu, 30 Mar 2006 04:30:00 -0000 From: Joel Brobecker To: PAUL GILLIAM Cc: gdb@sources.redhat.com Subject: Re: GDB paper for GCC summit: New Commands Message-ID: <20060330014123.GH1170@adacore.com> References: <1142633147.21920.400.camel@dufur.beaverton.ibm.com> <1143681561.21920.426.camel@dufur.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1143681561.21920.426.camel@dufur.beaverton.ibm.com> User-Agent: Mutt/1.4i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00215.txt.bz2 > 3) If the name of the main procedure is 'main', is the start command > equivalent to 'tbreak main' followed by 'run', or is there something > subtle going on? Nothing subtle, it's exactly equivalent to "tbreak main; run". -- Joel