================ @@ -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:
This feels like the same code with 3 different qWhatever. Can it be made into a single implementation function? https://github.com/llvm/llvm-project/pull/151056 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits