Re: [lldb-dev] Extern globals showing up as locals

2016-11-21 Thread Sam McCall via lldb-dev
I sent my best attempt in https://reviews.llvm.org/D26908, would appreciate any advice there :-) On Fri, Nov 18, 2016 at 7:22 PM, Sam McCall wrote: > I'm seeing particular globals spuriously being reported as local > variables: they're returned by SBFrame::GetVariables(true, true, false, > true)

Re: [lldb-dev] Bug in OptionValuePathMappings::SetValueFromString

2016-11-21 Thread Pavel Labath via lldb-dev
Nice catch. You should be able to reproduce the bug like this: (lldb) set append target.source-map 0 /tmp 1 /tmp 2 /tmp 3 /tmp 4 /tmp 5 /tmp 6 /tmp (lldb) set show target.source-map target.source-map (path-map) = [0] "0" -> "/tmp" [1] "1" -> "/tmp" [2] "2" -> "/tmp" [3] "3" -> "/tmp" [4] "4" -> "

[lldb-dev] [Bug 31104] Standalone LLDB build is broken because gtest is defined twice

2016-11-21 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=31104 Eugene Zelenko changed: What|Removed |Added CC||lldb-dev@lists.llvm.org -- You are receiving