summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/NamedOptionValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-503/+0
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-7/+7
* Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton2011-10-251-4/+1
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-0/+21
* Centralized all of the format to c-string and to format character code insideGreg Clayton2011-06-231-1/+2
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-0/+28
* Added the ability to specify dumping options (show types, show location,Greg Clayton2011-04-281-1/+4
* Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton2011-04-271-17/+59
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-12/+6
* Change code for reading emulation data files to read the new fileCaroline Tice2011-04-221-0/+15
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-221-19/+85
* More iteration on the new option value stuff. We now define an Greg Clayton2011-04-211-37/+2
* Made the constructors public for all OptionValue classesGreg Clayton2011-04-211-56/+138
* Added the ability for users to create new regex commands.Greg Clayton2011-04-201-0/+25
* Added the start of a new option value system that we can use for many thingsGreg Clayton2011-04-201-0/+264
OpenPOWER on IntegriCloud