aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectLog.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-377/+332
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-11/+13
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-7/+8
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-5/+3
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-61/+30
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-23/+18
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-03-20Support for truncate/append on log filesPavel Labath1-0/+2
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-2/+0
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-1/+2
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-10/+10
2014-07-08Fix broken tests due to new error output.Todd Fiala1-10/+10
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-10/+10
2013-09-05Add OptionParser.hVirgile Bello1-9/+9
2013-05-10<rdar://problem/13854277>Greg Clayton1-2/+2
2012-12-07<rdar://problem/10903854>Greg Clayton1-4/+9
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2012-10-08Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton1-0/+2
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-48/+51
2012-05-12Add a useful error message to "log enable" with the wrong number of arguments...Jim Ingham1-3/+3
2012-02-21Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham1-53/+11
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-1/+1
2011-04-13Added auto completion for architecture names and for platforms.Greg Clayton1-13/+24
2011-04-13Added two new classes for command options:Greg Clayton1-2/+2
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-3/+4
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-1/+0
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-3/+3
2011-02-09Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton1-9/+2
2011-02-08Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton1-1/+1
2011-01-24Add a method to StreamFile to line buffer the file. Use that in "log enable...Jim Ingham1-3/+10
2010-11-04Added a setting to "log timer" so you can see the incremental timings as well:Jim Ingham1-1/+13
2010-11-04Added a top level Timer to the interpreter execute command. Also added an op...Jim Ingham1-1/+19
2010-10-29Update arguments & help information for "log disable" command.Caroline Tice1-5/+13
2010-10-29Add the ability to disable individual log categories, ratherCaroline Tice1-20/+18
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice1-3/+12
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-4/+40
2010-10-01Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice1-9/+9
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-24/+25
2010-09-08Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice1-2/+2
2010-06-23Fixed the log streams for logs that output toSean Callanan1-10/+2
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-18/+14
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-2/+2
2010-06-15Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham1-8/+8
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+452