[Lldb-commits] [lldb] Fix lldb-dap non-leaf frame source resolution issue (PR #165944)

via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 5 12:23:19 PST 2025


jeffreytan81 wrote:

@da-viper, thanks for sharing the idea! I will add the test. 

My only concern is that the source line after the `bar()` call may not be the instruction after the call instruction, for example, compiler may emit extra code after call instruction. So this test depends on the assumption that there is no extra code between call instruction and next source line. I will make a comment about this assumption in the test.

https://github.com/llvm/llvm-project/pull/165944


More information about the lldb-commits mailing list