mib marked 5 inline comments as done.
mib added inline comments.

================
Comment at: lldb/source/Breakpoint/Watchpoint.cpp:140-141
+
+  LLDB_LOGF(log, "Watchpoint::%s called by breakpoint %" PRIu64 ".%" PRIu64,
+            __FUNCTION__, break_id, break_loc_id);
+
----------------
bulbazord wrote:
> Any reason to not use `LLDB_LOG` here? You'll get `__FILE__` and 
> `__FUNCTION__` included.
I just wanted to stay consistent with the rest of the file. May we be should 
standardize the logging format.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151366

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to