[Lldb-commits] [PATCH] D128321: [lldb] Add OSLog log handler

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 23 13:47:46 PDT 2022


clayborg added a comment.

If we do add plug-ins, you could make an Apple specific plug-in named "darwin-os-log" or something that would only be compiled in for Apple builds, or we can do a generic "os-log" plug-in that uses the host layer.


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

https://reviews.llvm.org/D128321



More information about the lldb-commits mailing list