[Lldb-commits] [lldb] [lldb] Implement RegisterContextWasm (PR #151056)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 29 03:40:52 PDT 2025
================
@@ -131,3 +131,64 @@ ProcessWasm::GetWasmCallStack(lldb::tid_t tid) {
return call_stack_pcs;
}
+
+llvm::Expected<lldb::DataBufferSP> ProcessWasm::GetWasmLocal(int frame_index,
----------------
DavidSpickett wrote:
DoGetWasmValue maybe. It's private so the name is not that important.
https://github.com/llvm/llvm-project/pull/151056
More information about the lldb-commits
mailing list