[Lldb-commits] [lldb] [lldb] Start using formatv() in RegisterContextUnwind (NFCI) (PR #191576)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 13 03:47:29 PDT 2026


================
@@ -60,6 +60,16 @@ static bool CallFrameAddressIsValid(ABISP abi_sp, lldb::addr_t cfa) {
   return cfa != 0 && cfa != 1;
 }
 
+#define UNWIND_LOG(log, ...)                                                   \
----------------
DavidSpickett wrote:

Probably doesn't matter either way since it's local to this file but I'd keep `log` because that's how the other logging macros work.

https://github.com/llvm/llvm-project/pull/191576


More information about the lldb-commits mailing list