[Lldb-commits] [lldb] [lldb] Add WebAssembly Process Plugin (PR #150143)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 24 02:30:15 PDT 2025


DavidSpickett wrote:

> process connect --plugin wasm connect://localhost:4567

On the original review, auto-detection of the plugin wasn't working which meant this `plugin wasm` was needed. Did you ever find out what was the cause? I presume lldb still has a local copy of the program file, so it is looking for something that can handle wasm.

https://github.com/llvm/llvm-project/pull/150143


More information about the lldb-commits mailing list