From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21985 invoked by alias); 14 Apr 2003 21:11:23 -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 21978 invoked from network); 14 Apr 2003 21:11:23 -0000 Received: from unknown (HELO neon-gw.transmeta.com) (63.209.4.196) by sources.redhat.com with SMTP; 14 Apr 2003 21:11:23 -0000 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id OAA29800; Mon, 14 Apr 2003 14:10:31 -0700 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma029762; Mon, 14 Apr 03 14:10:23 -0700 Received: from casey.transmeta.com (casey.transmeta.com [10.10.25.22]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id h3ELARa20521; Mon, 14 Apr 2003 14:10:27 -0700 (PDT) Received: (from dje@localhost) by casey.transmeta.com (8.9.3/8.7.3) id OAA24668; Mon, 14 Apr 2003 14:10:27 -0700 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16027.9155.65780.337875@casey.transmeta.com> Date: Mon, 14 Apr 2003 21:11:00 -0000 To: Joel Brobecker Cc: Matt Thomas , gdb@sources.redhat.com Subject: Re: breakpoint commands and finish In-Reply-To: <20030414210431.GI1151@gnat.com> References: <5.1.1.6.2.20030414135022.04175790@3am-software.com> <20030414210028.GG1151@gnat.com> <20030414210431.GI1151@gnat.com> X-SW-Source: 2003-04/txt/msg00136.txt.bz2 Joel Brobecker writes: > Somebody asked the very same question maybe just a couple of days ago, > on this very same mailing list. To get the answer to your question, you > should search the mailing list archives, or read the GDB documentation. fwiw, over time one hopes documentation gets larger and larger. This has the consequence of reducing the signal/noise ratio of "RTFM" more and more. It'd be nice if people got in the habit of specifying where exactly in the documentation to look. e.g. bash$ info -f gdb.info -n foobar and grep for baz. is more than sufficient. [I'm not suggesting you should know what to replace foobar and baz with. Rather, that it would have been nice if the original response did.]