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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 28 01:53:47 PDT 2025


================
@@ -1998,6 +1998,19 @@ 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. To match the Wasm specification, the
+addresses are encoded in little endian byte order.
----------------
DavidSpickett wrote:

Add "even if the endian of the Wasm runtime's host is not little endian.".

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


More information about the lldb-commits mailing list