[Lldb-commits] [PATCH] D38938: Logging: provide a way to safely disable logging in a forked process
Eugene Zemtsov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 16 13:48:41 PDT 2017
eugene added a comment.
DisableUnlocked methods makes me uneasy.
Maybe we can take a log lock before forking and then properly release it in both parent and child processes?
https://reviews.llvm.org/D38938
More information about the lldb-commits
mailing list