aprantl added a comment.

More a comment than anything else: One thing I always wanted to explore was to 
implement LLDB's logging on Darwin on top of os_log 
(https://developer.apple.com/documentation/os/logging) which is also structured 
and also faster since it moves the the formatting out of process. This patch is 
great because it also works for non-Darwin platforms, and I guess there isn't 
anything preventing us from moving to os_log even if we take patch.


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

https://reviews.llvm.org/D107079

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

Reply via email to