Meta-issue to track support for debugging WebAssembly (Wasm) using the GDB Remote Protocol with Wasm-specific extensions. - [x] [Add WebAssembly Process Plugin](https://github.com/llvm/llvm-project/pull/150143) and support backtraces. - [x] [Add support for `DW_OP_WASM_location`](https://github.com/llvm/llvm-project/pull/151010). - [x] [Support reading locals, globals and stack values](https://github.com/llvm/llvm-project/pull/151056) with `qWasmLocal`, `qWasmGlobal` and `qWasmStackValue`. - [x] [Support parsing Wasm code (function) symbols](https://github.com/llvm/llvm-project/pull/153093) - [x] [Support parsing Wasm data symbols](https://github.com/llvm/llvm-project/pull/153494) - [x] [Automatically select the Wasm process plugin when using the Wasm platform](https://github.com/llvm/llvm-project/pull/175263)
Meta-issue to track support for debugging WebAssembly (Wasm) using the GDB Remote Protocol with Wasm-specific extensions.
DW_OP_WASM_location.qWasmLocal,qWasmGlobalandqWasmStackValue.