aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-0/+1
2015-03-11Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack1-0/+18
2013-05-10<rdar://problem/13854277>Greg Clayton1-1/+1
2013-03-27<rdar://problem/13521159>Greg Clayton1-22/+28
2012-03-29<rdar://problem/11052174>Greg Clayton1-0/+9
2012-02-21Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham1-9/+7
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton1-1/+1
2011-09-12Fixed the logging output to be done consistently across all plug-ins.Greg Clayton1-15/+15
2011-02-04Patch to remove uses of non-standard strcasestr and replace then withGreg Clayton1-28/+28
2011-01-25Enabled extra warnings and fixed a bunch of small issues.Greg Clayton1-4/+1
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton1-1/+1
2010-11-18Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton1-23/+28
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-28/+41
2010-10-29Add the ability to disable individual log categories, ratherCaroline Tice1-2/+45
2010-10-27Updated the lldb_private::Flags class to have better method names and madeGreg Clayton1-3/+3
2010-09-03Added some extra logging to track asynchronous packet activity.Greg Clayton1-0/+4
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+121