[Lldb-commits] [lldb] [lldb-dap] Fix source references (PR #144364)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 25 10:29:50 PDT 2025
da-viper wrote:
> if we don't have a symbol, it would be nice to have a source reference for a given range (say the next 64 or 128 instructions)
I was able to find a scenario there can have an executable address without an associated symbol. from one of the test cases.
https://github.com/llvm/llvm-project/blob/main/lldb/test/API/tools/lldb-dap/stackTraceMissingModule/main.c
I would prefer to add it to a different PR to make sure it is easier to review and reverting it in case of an error does not affect the current implementation.
https://github.com/llvm/llvm-project/pull/144364
More information about the lldb-commits
mailing list