diff options
author | Pavel Labath <pavel@labath.sk> | 2025-01-17 12:13:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 12:13:30 +0100 |
commit | f66a5e220cbc2650a5843db854d0734d2aaa030f (patch) | |
tree | 564040c5192307b56e4108cfb3cef325cf5b48e6 /llvm/unittests/ADT/StringRefTest.cpp | |
parent | 0d7c8c0e294d23fcfc9a396dafebe1465c471035 (diff) | |
download | llvm-f66a5e220cbc2650a5843db854d0734d2aaa030f.zip llvm-f66a5e220cbc2650a5843db854d0734d2aaa030f.tar.gz llvm-f66a5e220cbc2650a5843db854d0734d2aaa030f.tar.bz2 |
[lldb] Fix SBThread::StepOverUntil for discontinuous functions (#123046)
I think the only issue here was that we would erroneously consider
functions which are "in the middle" of the function were stepping to as
a part of the function, and would try to step into them (likely stepping
out of the function instead) instead of giving up early.
Diffstat (limited to 'llvm/unittests/ADT/StringRefTest.cpp')
0 files changed, 0 insertions, 0 deletions