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 1/2] Linespec rewrite (update 2)


>>>>> ">" == ext asmwarrior <asmwarrior@gmail.com> writes:

>> I'm testing your line spec rewrite branch, it works great.

>> Now, I'm using your branch, and the result is:
>> [debug]> break "E:/code/cb/test_code/DebugDLLTest/TestDLL/dllmain.cpp:29"
>> [debug]No source file named
>> E:/code/cb/test_code/DebugDLLTest/TestDLL/dllmain.cpp.
>> [debug]Breakpoint 4
>> ("E:/code/cb/test_code/DebugDLLTest/TestDLL/dllmain.cpp:29") pending.

>> You can see, the third line, it does have a tail quote.
>> I believe adding the tail quote is the right direction. Also, I can
>> easily adjust the regex to:

I think so too; and also I think that we should not support reliance on
the contents or formatting of error messages in a front end.  This sort
of thing is why MI exists.

Tom


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