This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] Testsuite: permit simple transformation of gdb_expect code
- From: Tom Tromey <tromey at redhat dot com>
- To: "Pierre Muller" <pierre dot muller at ics-cnrs dot unistra dot fr>
- Cc: "'Joel Brobecker'" <brobecker at adacore dot com>, <gdb-patches at sourceware dot org>
- Date: Fri, 04 Jun 2010 10:48:06 -0600
- Subject: Re: [RFC] Testsuite: permit simple transformation of gdb_expect code
- References: <000001cb0250$e4034590$ac09d0b0$@muller@ics-cnrs.unistra.fr> <20100602212929.GX3019@adacore.com> <14482.3657036342$1275547225@news.gmane.org> <m3fx1415x3.fsf@fleche.redhat.com> <12215.5377561741$1275636939@news.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr> writes:
Tom> They both work using a glob-like syntax, not regular expressions...
Pierre> Thatâs not what tcl 8.5 doc says...
Oops, sorry, I confused info exists and info vars.
The former just takes a name, the latter takes a glob.
Tom