summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
AgeCommit message (Expand)Author
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-01[lldb] Convert ProcessGDBRemoteLog to the new APIPavel Labath
2022-01-25[lldb] Make logging machinery type-safePavel 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
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-17Switch GDBRemoteLog to the new registration mechanismPavel Labath
2017-02-10Convert Log class to llvm streamsPavel Labath
2017-02-06Remove the verbose category in the gdb-remote channelPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-11Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-03-29<rdar://problem/11052174>Greg Clayton
2012-02-21Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-10-29Add the ability to disable individual log categories, ratherCaroline Tice
2010-09-03Added some extra logging to track asynchronous packet activity.Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner