summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/DarwinLog
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
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-281-0/+2
* Fix file names in file headers. NFCFangrui Song2019-05-131-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-103-10/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-2/+2
* 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-1920-80/+60
* [CMake] Refactor debugserver build systemChris Bieneman2017-07-181-1/+1
* 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-0618-1332/+997
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-1921-0/+1994
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-1921-1994/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-1921-0/+1994
OpenPOWER on IntegriCloud