summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-1/+1
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-1/+0
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-051-44/+41
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-9/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-208/+179
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-2/+4
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-4/+7
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-191-14/+6
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-9/+14
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-2/+0
* Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan2015-09-031-1/+1
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-031-1/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-2/+2
* Fix broken tests due to new error output.Todd Fiala2014-07-081-2/+2
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-2/+2
* Fix Windows warnings.Todd Fiala2014-05-281-7/+1
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-1/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-2/+2
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-2/+2
* Add OptionParser.hVirgile Bello2013-09-051-1/+1
* Huge change to clean up types.Greg Clayton2013-07-111-7/+6
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas2012-09-111-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+2
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-9/+5
* <rdar://problem/10103468>Greg Clayton2012-02-241-3/+3
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-2/+2
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-1/+1
* Added two new classes for command options:Greg Clayton2011-04-131-3/+3
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+2
* Really fix the test suite crasher this time.Johnny Chen2011-04-081-1/+1
* 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-2/+2
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-9/+1
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-1/+1
* Added a new test case to test signals with.Greg Clayton2010-10-101-1/+1
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-2/+2
OpenPOWER on IntegriCloud