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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to