[Lldb-commits] [lldb] [lldb] Add WebAssembly Process Plugin (PR #150143)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 23 02:20:57 PDT 2025
DavidSpickett wrote:
How does this relate to / overlap with existing PRs https://github.com/llvm/llvm-project/pull/77949 and https://github.com/llvm/llvm-project/pull/78977? They are unlikely to get merged by the authors, so I assume you'll make your own equivalent.
> qWasmCallStack
This is a bit of a break from the usual reading unwind info, and I wonder what other stuff is different in this ecosystem.
Can we get an RFC with an overview of that? Like are these runtimes generally implementing GDB stubs, is the debug model super different, that sort of thing.
At least testing can be done anywhere the runtime can run, that's a cool feature.
https://github.com/llvm/llvm-project/pull/150143
More information about the lldb-commits
mailing list