[Lldb-commits] [PATCH] D78801: [LLDB] Add class WasmProcess for WebAssembly debugging

Xu Jun via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 27 22:53:41 PST 2022


xujuntwt95329 added a comment.

Hi @paolosev, **many thanks for such a great patch which makes it possible to debug WebAssembly applications.** It is really really useful especially in non-browser environments.

We have enabled source debugging feature in **WebAssembly Micro Runtime <https://github.com/bytecodealliance/wasm-micro-runtime>** based on your patch (thanks @vwzm228 for the great work to make this happen!), 
and we have put the link of this patch to the ATTRIBUTIONS <https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/ATTRIBUTIONS.md>, and the acknowledgements in the document <https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/source_debugging.md#wamr-source-debugging>.

Please let me know if you have any concern or suggestion about this :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78801/new/

https://reviews.llvm.org/D78801



More information about the lldb-commits mailing list