[Lldb-commits] [lldb] [lldb] Implement WebAssembly debugging (PR #77949)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 15 21:05:25 PST 2024


medismailben wrote:

> > A WebAssembly debugging session can be started using the new command:
> > wasm [:]
> 
> What about wasm requires a new command, given that you are connecting to a GDB server as existing targets do.

+1! I don't think this needs a new command, it could just use `gdb-remote [<hostname>:]<portnum>` command.

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


More information about the lldb-commits mailing list