================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to