summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.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-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
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2016-10-04Try to fix failing tests when running remote test suite.Zachary Turner
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-05-10<rdar://problem/13854277>Greg Clayton
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
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-02-04Patch to remove uses of non-standard strcasestr and replace then withGreg Clayton
2011-01-25Enabled extra warnings and fixed a bunch of small issues.Greg Clayton
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton
2010-11-18Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton
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-10-27Updated the lldb_private::Flags class to have better method names and madeGreg Clayton
2010-09-03Added some extra logging to track asynchronous packet activity.Greg Clayton
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner