From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22899 invoked by alias); 5 May 2006 23:15:09 -0000 Received: (qmail 22879 invoked by uid 22791); 5 May 2006 23:15:08 -0000 X-Spam-Check-By: sourceware.org Received: from dsl027-180-168.sfo1.dsl.speakeasy.net (HELO sunset.davemloft.net) (216.27.180.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 May 2006 23:15:02 +0000 Received: from localhost ([127.0.0.1] ident=davem) by sunset.davemloft.net with esmtp (Exim 4.60) (envelope-from ) id 1Fc9Vs-0004NS-Ba; Fri, 05 May 2006 16:15:08 -0700 Date: Fri, 05 May 2006 23:15:00 -0000 Message-Id: <20060505.161504.128791881.davem@davemloft.net> To: drow@false.org Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: Fix gdb.mi/mi-regs.exp From: "David S. Miller" In-Reply-To: <20060505200645.GR31029@nevyn.them.org> References: <20060408.212133.118535055.davem@davemloft.net> <20060505200645.GR31029@nevyn.them.org> X-Mailer: Mew version 4.2.53 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00123.txt.bz2 From: Daniel Jacobowitz Date: Fri, 5 May 2006 16:06:45 -0400 > On Sat, Apr 08, 2006 at 09:21:33PM -0700, David S. Miller wrote: > > > > 2006-04-08 David S. Miller > > > > * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers" > > will get printed without a mi_cmd_data_list_register_values prefix. > > (*-data-list-register-*): Correct regular expressions to expect the new > > pseudo d? floating point registers. > > OK, with a corresponding fix to mi2-regs.exp. I went back to this to push these changes to the mi2-regs.exp test case, but I ran into a problem. Is $decimal supposed to match negative numbers? It seems that if I mark a register value as expected to be $decimal, then negative numbers such as -358127 do not match. > Sorry for the delay getting back to you. I'll be going through the > rest of your pending patches this afternoon, I hope. No problem.