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

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 24 14:58:07 PDT 2025


================
@@ -1998,6 +1998,18 @@ threads (live system debug) / cores (JTAG) in your program have
 stopped and allows LLDB to display and control your program
 correctly.
 
+## qWasmCallStack
+
+Get the Wasm callback for the given thread id. This returns a hex-encoding list
+of 64-bit addresses for the frame PCs.
+
+```
+send packet: $qWasmCallStack:202dbe040
----------------
jasonmolenda wrote:

I'd add the `#` packet suffix byte here, or remove the prefix/suffix bytes from both packets, as matches the nearby style.

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


More information about the lldb-commits mailing list