Re: [lldb-dev] r247953 - TypeSystem is now a plugin interface

2015-09-29 Thread Zachary Turner via lldb-dev
I was able to track this down to a bug in Clang. I have a patch up for review. http://reviews.llvm.org/D13276 I'm not sure what part of the TypeSystem refactor caused this to finally be exposed, but in any case I expect that patch will go through and this bug will be fixed. On Tue, Sep 29, 20

[lldb-dev] [Bug 24995] New: Evaluating a variable shadowed inside a block gets ambiguity error since r247836

2015-09-29 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24995 Bug ID: 24995 Summary: Evaluating a variable shadowed inside a block gets ambiguity error since r247836 Product: lldb Version: unspecified Hardware: PC OS: All

[lldb-dev] [Bug 24994] New: Wrong value when evaluating a shadowed global inside the namespace

2015-09-29 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24994 Bug ID: 24994 Summary: Wrong value when evaluating a shadowed global inside the namespace Product: lldb Version: unspecified Hardware: PC OS: All Statu

Re: [lldb-dev] TestAttachDenied - timing out

2015-09-29 Thread Oleksiy Vyalov via lldb-dev
Test used to be flaky from time to time but in http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/6802 it failed consistently for all configurations - that's pretty suspicious. Test inferior writes some output to stdout and stderr - I don't have a lot of context about http://re

Re: [lldb-dev] TestAttachDenied - timing out

2015-09-29 Thread Todd Fiala via lldb-dev
I killed build 6803 on the Linux buildbot since the tests would have taken 25+ minutes to run through the timeout on the theory that getting the results net faster would be better. 6804+ should have the test disabled that was timing out. On Tue, Sep 29, 2015 at 4:09 PM, Todd Fiala wrote: > I di

[lldb-dev] [Bug 24993] New: TestAttachDenied.py timing out on Linux

2015-09-29 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24993 Bug ID: 24993 Summary: TestAttachDenied.py timing out on Linux Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal P

[lldb-dev] [Bug 24993] TestAttachDenied.py timing out on Linux

2015-09-29 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24993 Todd Fiala changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|lldb-dev@lists.llvm.or

Re: [lldb-dev] TestAttachDenied - timing out

2015-09-29 Thread Todd Fiala via lldb-dev
I disabled it on Linux with this: svn commit Sending functionalities/process_attach/attach_denied/TestAttachDenied.py Transmitting file data . Committed revision 248846. On Tue, Sep 29, 2015 at 4:02 PM, Todd Fiala wrote: > That said, I'm going to disable the test and look into why it is timin

Re: [lldb-dev] TestAttachDenied - timing out

2015-09-29 Thread Todd Fiala via lldb-dev
That said, I'm going to disable the test and look into why it is timing out so our poor Google test runner doesn't take forever to go through the tests. I'll file a ticket and look into it. On Tue, Sep 29, 2015 at 3:54 PM, Todd Fiala wrote: > Hi all, > > I've been running the test suite for qui

[lldb-dev] TestAttachDenied - timing out

2015-09-29 Thread Todd Fiala via lldb-dev
Hi all, I've been running the test suite for quite some time on the Linux side. I pretty consistently see this test case file: TestAttachDenied.py time out on my Linux setup (prior to any of my test runner changes). I'm noticing it is now showing up on the Google Linux buildbot (here - build 6

Re: [lldb-dev] r247953 - TypeSystem is now a plugin interface

2015-09-29 Thread Zachary Turner via lldb-dev
Resending since the wrong list was CC'ed. On Tue, Sep 29, 2015 at 3:39 PM Zachary Turner wrote: > Hi Greg. I'm responding on this thread since you said lldb-dev is a > better place for questions. > > I had a chance to look at this some more. It looks like the way we're > constructing the clang:

[lldb-dev] [Bug 24984] New: auto-confirm setting produces unexpected results

2015-09-29 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24984 Bug ID: 24984 Summary: auto-confirm setting produces unexpected results Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal