[all-commits] [llvm/llvm-project] a06342: [lldb] Modify TestThreadJump to work around a chan...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Dec 12 00:32:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a06342d250ec7bee37dc93477f233e43e597aca5
https://github.com/llvm/llvm-project/commit/a06342d250ec7bee37dc93477f233e43e597aca5
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M lldb/test/API/functionalities/thread/jump/other.cpp
Log Message:
-----------
[lldb] Modify TestThreadJump to work around a change in clang's debug_line generation
After D133376, jumping to the return line in the otherfn function became
ambiguous because it has two line entries associated with it. Work
around that problem by changing the function. Filed PR59458 to track
possible improvements in jump target disambiguation.
More information about the All-commits
mailing list