summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-3/+4
* [debugserver] Switch back to std::once_flagJonas Devlieghere2019-08-221-1/+1
* [lldb] Replace std::once_flag with llvm::once_flag.Davide Italiano2019-08-221-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* fix format specifier warningsTim Hammerquist2017-03-071-1/+1
* Fix darwin build (llvm::once_flag fallout)Pavel Labath2017-02-061-2/+2
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+2
* Instead of weak-linking against LoggingSupport framework (whichJason Molenda2017-01-261-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-728/+590
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+835
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-835/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+835
OpenPOWER on IntegriCloud