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: [RFA] Add testcase for locals identified with FUNCTION::VAR syntax.


> > > +# Some convenient regular expressions...
> > > +set num "\[0-9\]+"
> > Delete, use $decimal.
> >
> > > +set addr "0x\[0-9a-zA-Z\]+"
> >
> > This could be replaced with $hex, or do "set addr $hex".  Either is
> > fine with me.
> 
> Do you know where these are defined? And are there any other such
> useful globals that we can use? I need to document them in the
> testing cookbook, because I keep looking for them, and then
> eventually redefine them over and over again...

Joel,

These are part of dejagnu, defined in .../share/dejagnu/runtest.exp on my
Ubuntu installation, along with a bunch of definitions of 
configuration/environment parameters.

-- 
Paul N. Hilfinger
(Hilfinger@adacore.com)


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