diff options
author | jimingham <jingham@apple.com> | 2024-10-30 18:26:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 18:26:38 -0700 |
commit | 3243e3d8872585091d65ea7ff0639155b4c1dd7a (patch) | |
tree | 296872cb14fb34514aea7f4dbe8db5c1af0f1015 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | e99c4906e44ae3f921fa05356909d006cda8d954 (diff) | |
download | llvm-3243e3d8872585091d65ea7ff0639155b4c1dd7a.zip llvm-3243e3d8872585091d65ea7ff0639155b4c1dd7a.tar.gz llvm-3243e3d8872585091d65ea7ff0639155b4c1dd7a.tar.bz2 |
Fix stepping away from the bottom-most frame of a virtual inlined call stack. (#114337)
The computation of 'Thread::IsVirtualStep" was wrong - it called being
at the bottom of a virtual call stack a "virtual step" but that is
actually when you've gotten to concrete code and need to step for real.
I also added a test for this.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions