[Lldb-commits] [PATCH] D148399: [lldb] Improve logging for process state change (NFC)

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 17 12:52:15 PDT 2023


bulbazord added a comment.

+1 to what Jonas said. `LLDB_LOG` would greatly simplify this since it puts `__FILE__` and `__func__` in each message, which is what these are doing manually.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148399



More information about the lldb-commits mailing list