This is the mail archive of the gdb-patches@sources.redhat.com 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: patch to fix gdb/1680


drow> I prefer to solve the mystery instead.

We can do both.  I don't want to have 16 ERROR's in my face while
we are figuring this out.

drow> Presumably this version of TCL does not put special meaning on
drow> {string}, but does on {NUMBER}, as has become fashionable for regex
drow> engines.

Aw, foo!  That's what's different about gdb.cp/*.exp.  All the examples
in gdb.cp/*.exp are like:

  { x = 100, y = 101 }

Both the sourceware version of TCL (which is based on 8.4.1) and
the version I use of TCL (8.4.6) have code for {NUMBER} and
{NUMBER, NUMBER} modifiers.

I suspect there's some difference happening at the expect level
(5.26 versus 5.41).

Time to dive into the TCL source and throw in some fprintf's and stuff.

Michael C


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