Re: [Lldb-commits] [PATCH] Allow specification of no source display on stop

2014-07-08 Thread Randy Smith
On Mon, Jul 7, 2014 at 4:37 PM, Todd Fiala tfi...@google.com wrote: I'll have a run through with it and then I'll submit it. Here are the tests that currently fail for me intermittently on Linux: TestConvenienceVariables.py TestFormatters.py TestLongjmp.py Test-rdar-9974002.py

Re: [Lldb-commits] [PATCH] Allow specification of no source display on stop

2014-07-07 Thread Todd Fiala
I'll have a run through with it and then I'll submit it. Here are the tests that currently fail for me intermittently on Linux: TestConvenienceVariables.py TestFormatters.py TestLongjmp.py Test-rdar-9974002.py TestWatchpointMultipleThreads.py There might be one more in there, but those are the

Re: [Lldb-commits] [PATCH] Allow specification of no source display on stop

2014-07-07 Thread Todd Fiala
In fact enough talk about them being intermittent. I'll go ahead and disable them on Linux with bugs filed. We really should have a clean test run on Linux, and follow up on addressing those. On Mon, Jul 7, 2014 at 1:39 PM, Todd Fiala tfi...@google.com wrote: (There's also a

[Lldb-commits] [PATCH] Allow specification of no source display on stop

2014-07-03 Thread Randy Smith
Based on r212225. I've sketched out my rationale for this change in http://llvm.org/bugs/show_bug.cgi?id=20149. It's fairly simple; is someone willing to take a look? Note that I don't (yet) have commit access, so if this patch is approved someone will need to land it for me. (I found the LLVM