[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:25:25 PDT 2023


bulbazord requested changes to this revision.
bulbazord added a comment.
This revision now requires changes to proceed.

The 2nd argument to `LLDB_LOG_ERROR` is the error itself, so these should be something like `LLDB_LOG_ERROR(GetLog(whatever), std::move(err), "message: {0}");` or something to this effect.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154532/new/

https://reviews.llvm.org/D154532



More information about the lldb-commits mailing list