summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
AgeCommit message (Expand)Author
2022-01-25[lldb] Make logging machinery type-safePavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-15Remove lldb streams from the Log class completelyPavel Labath
2017-02-23Switch "posix" to the new log channel registration mechanismPavel Labath
2017-02-13Remove some dead code from ProcessPOSIXLogPavel Labath
2017-02-10Convert Log class to llvm streamsPavel Labath
2017-02-06Remove the verbose category in the posix channelPavel Labath
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2016-11-28Fix a crash in ProcessPOSIXLogPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-06-24Remove old local-only linux debugging codePavel Labath
2015-03-11Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack
2013-07-22Factor out common string match code for POSIX log enable/disableEd Maste
2013-03-28Fix the Linux build issues introduced by r178191.Ashok Thirumurthi
2012-02-21Linux fix patch from Dmitry Vyukov.Greg Clayton
2012-01-05Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen