[Lldb-commits] [PATCH] D154532: [lldb] Fix incorrect uses of formatv specifiers in LLDB_LOG
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 5 11:17:18 PDT 2023
bulbazord added inline comments.
================
Comment at: lldb/source/Core/Debugger.cpp:1918-1919
} else {
- LLDB_LOG(GetLog(LLDBLog::Host), "failed to launch host thread: {}",
+ LLDB_LOG(GetLog(LLDBLog::Host), "failed to launch host thread: {0}",
llvm::toString(event_handler_thread.takeError()));
}
----------------
bulbazord wrote:
> Same here.
Sorry, ignore this comment, I deleted a previous inline comment and forgot to delete this one.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154532/new/
https://reviews.llvm.org/D154532
More information about the lldb-commits
mailing list