summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectLog.cpp
Commit message (Expand)AuthorAgeFilesLines
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-23/+18
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Support for truncate/append on log filesPavel Labath2015-03-201-0/+2
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-2/+0
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-1/+2
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-10/+10
* Fix broken tests due to new error output.Todd Fiala2014-07-081-10/+10
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-10/+10
* Add OptionParser.hVirgile Bello2013-09-051-9/+9
* <rdar://problem/13854277>Greg Clayton2013-05-101-2/+2
* <rdar://problem/10903854>Greg Clayton2012-12-071-4/+9
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-0/+2
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-48/+51
* Add a useful error message to "log enable" with the wrong number of arguments...Jim Ingham2012-05-121-3/+3
* Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham2012-02-211-53/+11
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-13/+24
* Added two new classes for command options:Greg Clayton2011-04-131-2/+2
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-3/+4
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+0
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-3/+3
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-9/+2
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Add a method to StreamFile to line buffer the file. Use that in "log enable...Jim Ingham2011-01-241-3/+10
* Added a setting to "log timer" so you can see the incremental timings as well:Jim Ingham2010-11-041-1/+13
* Added a top level Timer to the interpreter execute command. Also added an op...Jim Ingham2010-11-041-1/+19
* Update arguments & help information for "log disable" command.Caroline Tice2010-10-291-5/+13
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-20/+18
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-3/+12
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-4/+40
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-9/+9
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-24/+25
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-2/+2
* Fixed the log streams for logs that output toSean Callanan2010-06-231-10/+2
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-18/+14
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-2/+2
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-8/+8
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+452
OpenPOWER on IntegriCloud