summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.cpp
AgeCommit message (Expand)Author
2022-01-25[lldb] Fix ProcessKDPLog for the logging refactorPavel 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-15Fix windows&darwin builds broken by r297812Pavel Labath
2017-02-17Switch ProcessKDPLog to the new channel registration mechanismPavel Labath
2017-02-10Fix darwin and windows builds broken by r294736Pavel Labath
2017-02-06Remove verbose category in the kdp channelPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-03-28Fix the Linux build issues introduced by r178191.Ashok Thirumurthi
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-02-21Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-09-12Fixed the logging output to be done consistently across all plug-ins.Greg Clayton
2011-07-15Fixed the comment lines in the file comment headers.Greg Clayton
2011-07-15Hollowed out process plug-in to do KDP darwin kernel debugging.Greg Clayton