[Lldb-commits] [lldb] [lldb] Implement WebAssembly debugging (PR #77949)
Paolo Severini via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 2 07:27:24 PST 2024
paolosevMSFT wrote:
> might be a noobie question, but is compatible with split dwarf ?
Yes, it is :-).
For that to work, it expects that the Wasm module contains a custom section named `.external_debug_info` that contains the path to another Wasm module that contains the DWARF symbols sections.
Emscripten does split symbols in this way with the `-gseparate-dwarf` flag.
https://github.com/llvm/llvm-project/pull/77949
More information about the lldb-commits
mailing list