summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectSettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Re-add "demonstrate new Args API"Zachary Turner2016-11-221-7/+2
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-221-2/+7
* Add the new Args / entry-access API.Zachary Turner2016-11-211-7/+2
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-1/+1
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-1/+5
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-12/+6
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-12/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1010/+892
* 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-16/+16
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-52/+36
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-241-148/+142
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-72/+62
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-18/+19
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Handle trailing spaces on "settings set" command more correctlyPavel Labath2015-02-161-1/+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 typos.Bruce Mitchener2014-07-011-1/+1
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+2
* Add OptionParser.hVirgile Bello2013-09-051-1/+1
* <rdar://problem/13878726>Enrico Granata2013-05-201-1/+8
* <rdar://problem/13184855>Greg Clayton2013-03-051-45/+19
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-22/+11
* 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
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-348/+218
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-1032/+1097
* rdar://problem/10998562Johnny Chen2012-03-071-1/+2
* Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,Johnny Chen2012-01-231-42/+45
* Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,Johnny Chen2012-01-211-13/+14
* o CommandObjectSettingsSet.cpp:Johnny Chen2012-01-201-1/+9
* rdar://problem/10712130Johnny Chen2012-01-191-14/+22
* Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton2011-11-081-4/+4
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton2011-04-191-121/+80
* 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/+3
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-2/+0
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-14/+14
* Recent modifications to the Python script interpreter caused some problemsCaroline Tice2011-01-141-1/+1
* Various fixes mostly relating to the User Settings stuff:Caroline Tice2010-12-101-7/+33
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-9/+224
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-2/+3
OpenPOWER on IntegriCloud