aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSettings.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1010/+892
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-16/+16
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-52/+36
2016-02-24Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-148/+142
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-72/+62
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone1-18/+19
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-03-04Further reduce header footprint of Debugger.h.Zachary Turner1-0/+1
2015-02-16Handle trailing spaces on "settings set" command more correctlyPavel Labath1-1/+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-07-01Fix typos.Bruce Mitchener1-1/+1
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-1/+2
2013-09-05Add OptionParser.hVirgile Bello1-1/+1
2013-05-20<rdar://problem/13878726>Enrico Granata1-1/+8
2013-03-05<rdar://problem/13184855>Greg Clayton1-45/+19
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton1-22/+11
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-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-348/+218
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-1032/+1097
2012-03-07rdar://problem/10998562Johnny Chen1-1/+2
2012-01-23Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,Johnny Chen1-42/+45
2012-01-21Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,Johnny Chen1-13/+14
2012-01-20o CommandObjectSettingsSet.cpp:Johnny Chen1-1/+9
2012-01-19rdar://problem/10712130Johnny Chen1-14/+22
2011-11-08Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton1-4/+4
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-1/+1
2011-04-19General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton1-121/+80
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/+3
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-2/+0
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-14/+14
2011-01-14Recent modifications to the Python script interpreter caused some problemsCaroline Tice1-1/+1
2010-12-10Various fixes mostly relating to the User Settings stuff:Caroline Tice1-7/+33
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-9/+224
2010-10-01Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice1-2/+3
2010-09-27Change command option "--no_override" to "--no-override" (hypen instead of un...Caroline Tice1-1/+1
2010-09-27Create more useful instance names for target, process and thread instances.Caroline Tice1-12/+12
2010-09-20Add UserSettings to Target class, making Target settingsCaroline Tice1-8/+10
2010-09-18General command line help cleanup:Greg Clayton1-1/+0
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-107/+128
2010-09-15Modify "settings list" so you can specify a particular instance setting name,Caroline Tice1-6/+46
2010-09-09Make all debugger-level user settable variables into instance variables.Caroline Tice1-8/+15
2010-09-08fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"...Chris Lattner1-1/+1
2010-09-08Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice1-9/+9
2010-09-07Fix various minor bugs in the Settings stuff.Caroline Tice1-1/+1