[Lldb-commits] [PATCH] Fix for PR25300

Tim Northover via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 9 14:08:27 PST 2015


On 3 November 2015 at 07:38, Pavel Labath <labath at google.com> wrote:
> Looks good, but I'd like to avoid adding new "not remote ready" tests
> to the test suite. Your test looks like it should be easy to fix --
> the only problem there is the stdout redirection. If you *don't*
> redirect the output, you should be able to access the stdout via
> self.process.GetSTDOUT() and verify that.

Thanks Pavel, that made the test quite a bit simpler. I've committed
it in r252521.

Tim.


More information about the lldb-commits mailing list