summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h
AgeCommit message (Expand)Author
2022-02-03[lldb] Fix windows&mac builds for c34698a811b13Pavel Labath
2022-01-31[lldb] Convert Process KDP Log to the new APIPavel Labath
2022-01-25[lldb] Fix ProcessKDPLog for the logging refactorPavel Labath
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-03Move Log from Core -> Utility.Zachary Turner
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-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
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