[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.
----------------
jasonmolenda wrote:
Is 32-bit a possibility? I'd say native endian bytes - I believe the bytes in this example are showing little endian byte ordering. Or this could return a comma separated list of big-endian ordinal values instead of an asciihex byte stream, like `4000000000009c01,400000000000e501,400000000000fe01` if i swapped the bytes correctly.
https://github.com/llvm/llvm-project/pull/150143
More information about the lldb-commits
mailing list