[Lldb-commits] [lldb] [lldb] Implement RegisterContextWasm (PR #151056)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 30 06:19:57 PDT 2025
================
@@ -2479,3 +2463,64 @@ omitting them will work fine; these numbers are always base 16.
The length of the payload is not provided. A reliable, 8-bit clean,
transport layer is assumed.
+
+## Wasm Packets
+
+The packet below are supported by the
+[WAMR](https://github.com/bytecodealliance/wasm-micro-runtime) and
+[V8](https://v8.dev) Wasm runtimes.
+
+
+## qWasmCallStack
----------------
DavidSpickett wrote:
These need to be `###` so they are inside the `##` section started above.
https://github.com/llvm/llvm-project/pull/151056
More information about the lldb-commits
mailing list