aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectArgs.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-23[Commands] Remove dead code for unused `args` command.Davide Italiano1-234/+0
2017-05-12Rename Error -> Status.Zachary Turner1-2/+2
2017-03-22Delete some more dead includes.Zachary Turner1-0/+1
2017-03-13Fix up some enumerate() callsites in LLDB.Zachary Turner1-3/+3
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner1-1/+1
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner1-1/+0
2016-10-05Convert various CommandInterpreter functions to StringRef.Zachary Turner1-44/+41
2016-09-22Try to fix build errors on Android.Zachary Turner1-1/+1
2016-09-22Convert option tables to ArrayRefs.Zachary Turner1-9/+9
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-208/+179
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-2/+4
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-4/+7
2016-02-19Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-14/+6
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton1-9/+14
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham1-2/+0
2015-09-03Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan1-1/+1
2015-09-03In preparation for factoring persistent variables into a generic part and aSean Callanan1-1/+1
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-1/+1
2015-08-11ClangASTType is now CompilerType.Greg Clayton1-1/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner1-0/+1
2015-03-03Reduce header footprint of Target.hZachary Turner1-0/+1
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-2/+2
2014-07-08Fix broken tests due to new error output.Todd Fiala1-2/+2
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-2/+2
2014-05-28Fix Windows warnings.Todd Fiala1-7/+1
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal1-1/+1
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-2/+2
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-2/+2
2013-09-05Add OptionParser.hVirgile Bello1-1/+1
2013-07-11Huge change to clean up types.Greg Clayton1-7/+6
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs1-2/+2
2013-01-25<rdar://problem/13069948>Greg Clayton1-1/+1
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton1-2/+2
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-09-11Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas1-1/+1
2012-08-29<rdar://problem/11757916>Greg Clayton1-1/+2
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-9/+5
2012-02-24<rdar://problem/10103468>Greg Clayton1-3/+3
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton1-1/+1
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-1/+1
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton1-2/+2
2011-05-11Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton1-1/+1
2011-04-13Added two new classes for command options:Greg Clayton1-3/+3
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-2/+2
2011-04-08Really fix the test suite crasher this time.Johnny Chen1-1/+1
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-2/+2