aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupFormat.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-222/+234
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-12/+17
2016-07-20If x/i is followed by x/g, the format should be reset to 'x'.Jim Ingham1-4/+22
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath1-3/+3
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-4/+4
2014-07-08Fix broken tests due to new error output.Todd Fiala1-4/+4
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-4/+4
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-5/+5
2013-10-11<rdar://problem/15192088>Enrico Granata1-1/+3
2013-09-05Add OptionParser.hVirgile Bello1-4/+4
2013-02-21Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec1-0/+2
2013-01-21<rdar://problem/12437929>Enrico Granata1-0/+2
2012-12-15<rdar://problem/12156204>Greg Clayton1-5/+17
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2012-08-23gdb format should default to count of 1.Jim Ingham1-2/+2
2011-10-28Fixed the GDB format to allow the size and format characters to come in anyGreg Clayton1-57/+27
2011-10-27Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton1-5/+3
2011-10-26A simple fix for the GDB format strings so the byte size parameter getsGreg Clayton1-1/+1
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-8/+158
2011-10-25Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton1-11/+45
2011-09-10Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen1-3/+3
2011-05-13Headers have been moved to /includes/lldb/Interpreter. This patchJohnny Chen1-1/+1
2011-04-28Added the ability to specify dumping options (show types, show location,Greg Clayton1-4/+10
2011-04-27Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton1-0/+75