aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorjimingham <jingham@apple.com>2024-10-30 18:26:38 -0700
committerGitHub <noreply@github.com>2024-10-30 18:26:38 -0700
commit3243e3d8872585091d65ea7ff0639155b4c1dd7a (patch)
tree296872cb14fb34514aea7f4dbe8db5c1af0f1015 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parente99c4906e44ae3f921fa05356909d006cda8d954 (diff)
downloadllvm-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