summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Logging.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a language log category.Colin Riley2015-05-271-0/+3
| | | | | | Differential Revision: http://reviews.llvm.org/D9994 llvm-svn: 238314
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-0/+274
So that we don't have to update every single #include in the entire codebase to #include this new header (which used to get included by lldb-private-log.h, we automatically #include "Logging.h" from within "Log.h". llvm-svn: 232653
OpenPOWER on IntegriCloud