summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectSettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* <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
* Change command option "--no_override" to "--no-override" (hypen instead of un...Caroline Tice2010-09-271-1/+1
* Create more useful instance names for target, process and thread instances.Caroline Tice2010-09-271-12/+12
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-8/+10
* General command line help cleanup:Greg Clayton2010-09-181-1/+0
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-107/+128
* Modify "settings list" so you can specify a particular instance setting name,Caroline Tice2010-09-151-6/+46
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-8/+15
* fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"...Chris Lattner2010-09-081-1/+1
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-9/+9
* Fix various minor bugs in the Settings stuff.Caroline Tice2010-09-071-1/+1
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-16/+967
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-3/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+62
OpenPOWER on IntegriCloud