From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7534 invoked by alias); 29 Jul 2002 15:41:26 -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 7520 invoked from network); 29 Jul 2002 15:41:23 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 29 Jul 2002 15:41:23 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 576C23DC8; Mon, 29 Jul 2002 11:41:20 -0400 (EDT) Message-ID: <3D456220.30405@ges.redhat.com> Date: Mon, 29 Jul 2002 08:41:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: Anthony Green , gdb@sources.redhat.com Subject: Re: naming command arguments References: <1027556059.2082.179.camel@dhcppc2> <3D408887.70003@ges.redhat.com> <3D41C2D7.49537121@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00299.txt.bz2 > the source and line specification and: >> >> start:1 >> >> the start:VALUE? > > > For this specific case, the command doesn't accept line specs. > Only integer expressions interpretted as addresses. What of start::foo? (I think I've got my C++ syntax right :-) Andrew