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: [patch] testsuite: MI: racy results in async mode (PR testsuite/12649)


>>>>> "Doug" == Doug Evans <dje@google.com> writes:

Jan> The fix is ugly but it cannot be done better before there is a generic MI
Jan> client parser deployed for the testsuite.

Doug> What does "generic MI client parser" mean in this context?

Right now MI parsing in the test suite is done in an ad hoc manner.
E.g., see mi_create_breakpoint.

It would be more robust if we had an MI parser in Tcl so that we could
parse the output as clients do.

As far as I know nobody is planning to actually do this though.

Tom


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