summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ValueObjectDisplay] Generalize the description of an option.Davide Italiano2019-10-291-1/+1
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-21/+19
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-4/+5
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* Try again to match the logic of the code before re-writing.Zachary Turner2016-09-231-1/+1
* Try to fix failing TestDataFormatterSkipSummary test case.Zachary Turner2016-09-231-1/+3
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-22/+26
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-7/+5
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-2/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-173/+191
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-8/+11
* Add a --element-count option to the expression commandEnrico Granata2016-04-251-1/+11
* Add a more tweakable way for ValueObjectPrinter to control pointer expansion....Enrico Granata2015-07-271-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-3/+4
* Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...Enrico Granata2014-11-211-1/+1
* Add a -V <bool> flag to frame variable/expression that enables execution of t...Enrico Granata2014-09-061-0/+11
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-12/+12
* Fix broken tests due to new error output.Todd Fiala2014-07-081-12/+12
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-12/+12
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-12/+12
* <rdar://problem/14393032>Enrico Granata2013-09-301-4/+5
* Add OptionParser.hVirgile Bello2013-09-051-11/+11
* Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata2013-03-261-0/+33
* Option changes:Enrico Granata2012-12-121-11/+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
* Some more typing-related fixes.Filipe Cabecinhas2012-09-111-1/+1
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-3/+2
* <rdar://problem/11576169> Better documentation string for the -Y option to fr...Enrico Granata2012-08-081-1/+1
* Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen2012-05-151-1/+1
* A simple fix for the GDB format strings so the byte size parameter getsGreg Clayton2011-10-261-0/+1
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-5/+5
* Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton2011-10-071-5/+2
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen2011-09-101-3/+2
* *Some more optimizations in usage of ConstStringEnrico Granata2011-08-121-10/+13
* CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata2011-08-091-1/+5
* when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata2011-07-221-2/+9
* Some descriptive text for the Python script feature:Enrico Granata2011-07-161-9/+19
* Headers have been moved to /includes/lldb/Interpreter. This patchJohnny Chen2011-05-131-2/+2
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-2/+25
* Added the ability to specify dumping options (show types, show location,Greg Clayton2011-04-281-14/+11
* Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton2011-04-271-0/+106
OpenPOWER on IntegriCloud