summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionGroupFormat.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-5/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-12/+9
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-5/+0
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* Jim unintentionally had the gdb-format specifiers falling throughJason Molenda2017-01-251-17/+21
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-19/+11
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-8/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-222/+234
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-12/+17
* If x/i is followed by x/g, the format should be reset to 'x'.Jim Ingham2016-07-201-4/+22
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-3/+3
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-4/+4
* Fix broken tests due to new error output.Todd Fiala2014-07-081-4/+4
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-4/+4
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-5/+5
* <rdar://problem/15192088>Enrico Granata2013-10-111-1/+3
* Add OptionParser.hVirgile Bello2013-09-051-4/+4
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-0/+2
* <rdar://problem/12437929>Enrico Granata2013-01-211-0/+2
* <rdar://problem/12156204>Greg Clayton2012-12-151-5/+17
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* gdb format should default to count of 1.Jim Ingham2012-08-231-2/+2
* Fixed the GDB format to allow the size and format characters to come in anyGreg Clayton2011-10-281-57/+27
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-5/+3
* A simple fix for the GDB format strings so the byte size parameter getsGreg Clayton2011-10-261-1/+1
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-8/+158
* Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton2011-10-251-11/+45
* Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen2011-09-101-3/+3
* Headers have been moved to /includes/lldb/Interpreter. This patchJohnny Chen2011-05-131-1/+1
* Added the ability to specify dumping options (show types, show location,Greg Clayton2011-04-281-4/+10
* Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton2011-04-271-0/+75
OpenPOWER on IntegriCloud