[Lldb-commits] [PATCH] Fix for PR25300

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 10 01:41:01 PST 2015


Looks great, thanks for fixing this.

On 9 November 2015 at 22:08, Tim Northover <t.p.northover at gmail.com> wrote:
> 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