[Lldb-commits] [lldb] Improve VSCode DAP logpoint value summary (PR #71723)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 8 15:15:45 PST 2023
================
@@ -210,8 +210,7 @@ static std::optional<std::string> TryCreateAutoSummary(lldb::SBValue value) {
return TryCreateAutoSummaryForContainer(value);
}
-void SetValueForKey(lldb::SBValue &v, llvm::json::Object &object,
- llvm::StringRef key) {
+std::string ValeuToString(lldb::SBValue v) {
----------------
bulbazord wrote:
Same Typo
https://github.com/llvm/llvm-project/pull/71723
More information about the lldb-commits
mailing list