This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Fix gdb.mi/mi-regs.exp


From: Daniel Jacobowitz <drow@false.org>
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  <davem@sunset.davemloft.net>
> > 
> > 	* 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]