[Lldb-commits] [lldb] Fix command escape bug in lldb-dap (PR #72902)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 20 11:16:04 PST 2023
================
@@ -57,7 +57,7 @@ llvm::StringRef GetString(const llvm::json::Object *obj, llvm::StringRef key,
llvm::StringRef defaultValue) {
if (obj == nullptr)
return defaultValue;
- return GetString(*obj, key);
----------------
walter-erquinigo wrote:
owch!
https://github.com/llvm/llvm-project/pull/72902
More information about the lldb-commits
mailing list