[lldb] Modify TestThreadJump to work around a change in clang's debug_line generation
authorPavel Labath <pavel@labath.sk>
Mon, 12 Dec 2022 08:27:48 +0000 (09:27 +0100)
committerPavel Labath <pavel@labath.sk>
Mon, 12 Dec 2022 08:31:35 +0000 (09:31 +0100)
commita06342d250ec7bee37dc93477f233e43e597aca5
treeafe1d13e9741bfdda10f6f43db20a622c480c4d7
parenta6c8f06f55b3adbafeaad2078dce5e4cc70f9b27
[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.
lldb/test/API/functionalities/thread/jump/other.cpp