diff options
author | Jim Ingham <jingham@apple.com> | 2017-10-05 01:00:29 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2017-10-05 01:00:29 +0000 |
commit | f539174f9ad8cf31943c9af1784a531dfa94e68f (patch) | |
tree | 2aed54c8c9ff04ddd2941df98cdbb449cc1a2322 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | a6976269bd3d23d9686122592db60386b7ad3006 (diff) | |
download | bcm5719-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/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions