From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27801 invoked by alias); 5 May 2006 23:22:41 -0000 Received: (qmail 27792 invoked by uid 22791); 5 May 2006 23:22:40 -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:22:39 +0000 Received: from localhost ([127.0.0.1] ident=davem) by sunset.davemloft.net with esmtp (Exim 4.60) (envelope-from ) id 1Fc9dE-0004PL-SZ; Fri, 05 May 2006 16:22:44 -0700 Date: Fri, 05 May 2006 23:22:00 -0000 Message-Id: <20060505.162241.06613606.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: <20060505232107.GA10160@nevyn.them.org> References: <20060505200645.GR31029@nevyn.them.org> <20060505.161504.128791881.davem@davemloft.net> <20060505232107.GA10160@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/msg00127.txt.bz2 From: Daniel Jacobowitz Date: Fri, 5 May 2006 19:21:07 -0400 > On Fri, May 05, 2006 at 04:15:04PM -0700, David S. Miller wrote: > > 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. > > No, I don't think so. So just use "-?$decimal"? Ok, I'll give that a try.