summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Logging.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; ↵Eugene Zelenko2016-03-111-18/+16
| | | | | | other minor fixes. llvm-svn: 263300
* Create a logging category that is specific to data formatters activityEnrico Granata2015-10-061-0/+3
| | | | llvm-svn: 249433
* 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