[Lldb-commits] [lldb] [lldb] Implement WebAssembly debugging (PR #77949)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 26 03:45:23 PDT 2025
DavidSpickett wrote:
For the code:
* It was agreed to move DW_OP_WASM_location handling into a separate PR. I don't think this got done, though we do have a few mentions of it in LLDB right now.
* We will not add a top level `wasm` command as you can use `process connect`. If this PR is accepted in that form, then someone can figure out why the architecture detection is not working.
* There are some stray clang-format changes and it needs rebasing and so on, the usual stuff.
@paolosevMSFT do you have any interest in continuing this PR, or would you be ok with someone continuing it on your behalf?
https://github.com/llvm/llvm-project/pull/77949
More information about the lldb-commits
mailing list