aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-173/+191
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-8/+11
2016-04-25Add a --element-count option to the expression commandEnrico Granata1-1/+11
2015-07-27Add a more tweakable way for ValueObjectPrinter to control pointer expansion....Enrico Granata1-1/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-3/+4
2014-11-21Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...Enrico Granata1-1/+1
2014-09-06Add a -V <bool> flag to frame variable/expression that enables execution of t...Enrico Granata1-0/+11
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-12/+12
2014-07-08Fix broken tests due to new error output.Todd Fiala1-12/+12
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-12/+12
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-12/+12
2013-09-30<rdar://problem/14393032>Enrico Granata1-4/+5
2013-09-05Add OptionParser.hVirgile Bello1-11/+11
2013-03-26Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata1-0/+33
2012-12-12Option changes:Enrico Granata1-11/+11
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2012-09-11Some more typing-related fixes.Filipe Cabecinhas1-1/+1
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-3/+2
2012-08-08<rdar://problem/11576169> Better documentation string for the -Y option to fr...Enrico Granata1-1/+1
2012-05-15Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen1-1/+1
2011-10-26A simple fix for the GDB format strings so the byte size parameter getsGreg Clayton1-0/+1
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-5/+5
2011-10-07Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton1-5/+2
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton1-1/+1
2011-09-10Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen1-3/+2
2011-08-12*Some more optimizations in usage of ConstStringEnrico Granata1-10/+13
2011-08-09CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata1-1/+5
2011-07-22when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata1-2/+9
2011-07-16Some descriptive text for the Python script feature:Enrico Granata1-9/+19
2011-05-13Headers have been moved to /includes/lldb/Interpreter. This patchJohnny Chen1-2/+2
2011-05-04Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham1-2/+25
2011-04-28Added the ability to specify dumping options (show types, show location,Greg Clayton1-14/+11
2011-04-27Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton1-0/+106