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] Make tfind work if thread is running


On Tuesday 13 April 2010 00:51:03, Stan Shebs wrote:
> It would be good to add a testsuite test for this, but it seems there 
> are no tests of non-stop outside of MI?  Are there difficult portability 
> issues perhaps?

It's just that with MI, we have well defined output to expect; with the CLI,
it can be tricker.  In this case, a test wouldn't even need to be
multi-threaded, hence it could avoid out-of-order-random-output-with-the-CLI
issues.  That, or just write the test in MI --- it should be failing in the
same way as the CLI without the patch.

-- 
Pedro Alves


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