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/
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