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)
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" -> "
https://llvm.org/bugs/show_bug.cgi?id=31104
Eugene Zelenko changed:
What|Removed |Added
CC||lldb-dev@lists.llvm.org
--
You are receiving