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


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


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