[Lldb-commits] [PATCH] D29823: Clean up debug logging

2017-02-13 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL294939: Clean up debug logging (authored by labath). Changed prior to commit: https://reviews.llvm.org/D29823?vs=87987&id=88175#toc Repository: rL LLVM https://reviews.llvm.org/D29823 Files: lldb/

[Lldb-commits] [PATCH] D29823: Clean up debug logging

2017-02-10 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. We've had two ways to print a "debug" log message. - Log::GetDebug() was testing a Stream flag which was never set. - Log::Debug() was checking for the presence of "log enable --debug" flag. Given that these two were used very rarely and we already have a different