[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Sun Sep 1 23:52:16 PDT 2024
================
@@ -151,6 +152,26 @@ bool ObjectContainsKey(const llvm::json::Object &obj, llvm::StringRef key);
/// strings, numbers or booleans.
std::vector<std::string> GetStrings(const llvm::json::Object *obj,
llvm::StringRef key);
+/// Extract an object of key value strings for the specified key from an object.
+///
+/// String values in the array will be extracted without any quotes
----------------
vogelsgesang wrote:
```suggestion
/// String values in the object will be extracted without any quotes
```
https://github.com/llvm/llvm-project/pull/106919
More information about the lldb-commits
mailing list