From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14201 invoked by alias); 10 Oct 2002 23:09:34 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14194 invoked from network); 10 Oct 2002 23:09:33 -0000 Received: from unknown (HELO molenda.com) (192.220.74.81) by sources.redhat.com with SMTP; 10 Oct 2002 23:09:33 -0000 Received: (qmail 38251 invoked by uid 19025); 10 Oct 2002 23:07:43 -0000 Date: Thu, 10 Oct 2002 16:09:00 -0000 From: Jason Molenda To: gdb-patches@sources.redhat.com Subject: Re: RFC a little redundancy removal I'd like in gdb.mi Message-ID: <20021010160743.A38140@molenda.com> References: <20021010160547.A36555@molenda.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021010160547.A36555@molenda.com>; from jason-swarelist@molenda.com on Thu, Oct 10, 2002 at 04:05:47PM -0700 X-SW-Source: 2002-10/txt/msg00229.txt.bz2 On Thu, Oct 10, 2002 at 04:05:47PM -0700, Jason Molenda wrote: > Problems with my change include > > mi_get_stopped doesn't look for a specific result code, just the *stopped > message. (I mean "specific sequence #" - it'll accept any old sequence number. This doesn't concern me overly; if the sequence number stuff was broken I imagine that'll be readily apparent from all the other tests.)