From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27726 invoked by alias); 17 Dec 2001 15:33:21 -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 27705 invoked from network); 17 Dec 2001 15:33:20 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.147.211.196) by sources.redhat.com with SMTP; 17 Dec 2001 15:33:20 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 77FF53C65; Mon, 17 Dec 2001 10:33:20 -0500 (EST) Message-ID: <3C1E1040.50401@cygnus.com> Date: Mon, 17 Dec 2001 07:33:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.6) Gecko/20011207 X-Accept-Language: en-us MIME-Version: 1.0 To: Pete Wyckoff Cc: gdb@sources.redhat.com Subject: Re: step_range_(start|end) References: <20011217100953.C4370@osc.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00153.txt.bz2 > What should I do with an 'e' command in the remote backend (other than > ignore it)? For the moment, ignore it. If it isn't recognized, GDB will do single step another way. Can you file a PR about the start = end = 1 bit. (http://sources.redhat.com/gdb/bugs/ ) Andrew