summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-11-26 16:41:26 +0100
committerPavel Labath <pavel@labath.sk>2019-12-06 10:17:49 +0100
commit0d2472ff6f604af842059d9a0098db274515a2d3 (patch)
tree302909155b40fccda4aaed7707ce1d1490c67ecc /lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py
parent6e1f3170e061b16c9096a769508f0a6d7eb95b9c (diff)
downloadbcm5719-llvm-0d2472ff6f604af842059d9a0098db274515a2d3.tar.gz
bcm5719-llvm-0d2472ff6f604af842059d9a0098db274515a2d3.zip
[lldb/IRExecutionUnit] Stop searching based on demangled names
Summary: This was causing problems on linux, where we'd end up calling the deleting destructor instead of a regular one (because they have the same demangled name), making a lot of mischief in the process. The only place where this was necessary (according to the test suite, at least) was to call a base structor instead of a complete one, but this is now handled in a more targeted fashion. TestCallOverriddenMethod is now re-enabled as it now passes reliably. Reviewers: teemperor, JDevlieghere Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D70722
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud