From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21301 invoked by alias); 30 Mar 2004 07:05:54 -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 21274 invoked from network); 30 Mar 2004 07:05:53 -0000 Received: from unknown (HELO neon-gw.transmeta.com) (63.209.4.196) by sources.redhat.com with SMTP; 30 Mar 2004 07:05:53 -0000 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id XAA06756 for ; Mon, 29 Mar 2004 23:05:44 -0800 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma006734; Mon, 29 Mar 04 23:05:27 -0800 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 i2U75Xx27352 for ; Mon, 29 Mar 2004 23:05:33 -0800 (PST) Received: (from dje@localhost) by casey.transmeta.com (8.11.6/8.11.6) id i2U75XW12998; Mon, 29 Mar 2004 23:05:33 -0800 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16489.7229.172668.763290@casey.transmeta.com> Date: Wed, 31 Mar 2004 09:18:00 -0000 To: gdb@sources.redhat.com Subject: commands command not allowed in macros, bug? In-Reply-To: <200403261736.i2QHaLn29409@claire.transmeta.com> References: <200403261736.i2QHaLn29409@claire.transmeta.com> X-SW-Source: 2004-03/txt/msg00285.txt.bz2 I wrote: > (gdb) foo > Breakpoint 1 at 0x8048406: file hello.c, line 6. > > [gdb is now hung waiting for the user to type `end'] > > end # <<< type this in > foo # gdb prints this, the commands of breakpoint 1 are run > (gdb) quit Oops, thinko. s/commands of breakpoint 1 are run/rest of macro foo is run/