[Jim Blandy <jimb@redhat.com>] RFA: Check that `Local' is not in scope when it shouldn't be

David Carlton carlton@math.stanford.edu
Fri Dec 20 12:18:00 GMT 2002


On 20 Dec 2002 11:50:55 -0800, David Carlton <carlton@math.Stanford.EDU> said:

>   -re "No symbol \"Local\" in current context.*" {

Actually, this regexp isn't appropriate now that it's not an argument
to gdb_test: either

"No symbol \"Local\" in current context.*$gdb_prompt $"

or the actual output that you expect (maybe just replacing .* by
\r\n?) would be better.

David Carlton
carlton@math.stanford.edu



More information about the Gdb-patches mailing list