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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 24 09:33:15 PDT 2025


JDevlieghere 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.

I didn't look into it yet, but I added it as a task to https://github.com/llvm/llvm-project/issues/150449

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


More information about the lldb-commits mailing list