summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2017-10-05 01:00:29 +0000
committerJim Ingham <jingham@apple.com>2017-10-05 01:00:29 +0000
commitf539174f9ad8cf31943c9af1784a531dfa94e68f (patch)
tree2aed54c8c9ff04ddd2941df98cdbb449cc1a2322 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
parenta6976269bd3d23d9686122592db60386b7ad3006 (diff)
downloadbcm5719-llvm-f539174f9ad8cf31943c9af1784a531dfa94e68f.tar.gz
bcm5719-llvm-f539174f9ad8cf31943c9af1784a531dfa94e68f.zip
Work around a bug in the C++ expression parser.
When the expression parser does name resolution for local variables in C++ closures it doesn't give the local name priority over other global symbols of the same name. heap.py uses "info" which is a fairly common name, and so the commands in it fail. This is a workaround, just use lldb_info not info. <rdar://problem/34026140> llvm-svn: 314959
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud