[Lldb-commits] [PATCH] D38938: Logging: provide a way to safely disable logging in a forked process

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 16 10:42:56 PDT 2017


clayborg added a comment.

Who is holding the lock and then fork'ing? Seems like we should fix that? I thought all log calls should be "lock, log, unlock". Why is this causing problems?


https://reviews.llvm.org/D38938





More information about the lldb-commits mailing list