| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ValueObjectDisplay] Generalize the description of an option. | Davide Italiano | 2019-10-29 | 1 | -1/+1 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -2/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -21/+19 |
| * | Move Args::StringTo*** functions to a new OptionArgParser class | Pavel Labath | 2018-04-10 | 1 | -4/+5 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -2/+2 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -1/+1 |
| * | Break some dependencies in lldbUtility. | Zachary Turner | 2017-02-01 | 1 | -1/+0 |
| * | Try again to match the logic of the code before re-writing. | Zachary Turner | 2016-09-23 | 1 | -1/+1 |
| * | Try to fix failing TestDataFormatterSkipSummary test case. | Zachary Turner | 2016-09-23 | 1 | -1/+3 |
| * | Update OptionGroup::SetValue to take StringRef. | Zachary Turner | 2016-09-23 | 1 | -22/+26 |
| * | Try to fix build errors on Android. | Zachary Turner | 2016-09-22 | 1 | -1/+1 |
| * | Convert option tables to ArrayRefs. | Zachary Turner | 2016-09-22 | 1 | -7/+5 |
| * | Fix more functions in Args to use StringRef. | Zachary Turner | 2016-09-19 | 1 | -2/+4 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -173/+191 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -8/+11 |
| * | Add a --element-count option to the expression command | Enrico Granata | 2016-04-25 | 1 | -1/+11 |
| * | Add a more tweakable way for ValueObjectPrinter to control pointer expansion.... | Enrico Granata | 2015-07-27 | 1 | -1/+1 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ | Vince Harron | 2015-01-15 | 1 | -3/+4 |
| * | Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ... | Enrico Granata | 2014-11-21 | 1 | -1/+1 |
| * | Add a -V <bool> flag to frame variable/expression that enables execution of t... | Enrico Granata | 2014-09-06 | 1 | -0/+11 |
| * | Revert "Fix broken tests due to new error output." | Zachary Turner | 2014-07-09 | 1 | -12/+12 |
| * | Fix broken tests due to new error output. | Todd Fiala | 2014-07-08 | 1 | -12/+12 |
| * | Adds the notion of an OptionValidator. | Zachary Turner | 2014-07-03 | 1 | -12/+12 |
| * | Switch NULL to C++11 nullptr in source/Interpreter | Ed Maste | 2014-04-20 | 1 | -12/+12 |
| * | <rdar://problem/14393032> | Enrico Granata | 2013-09-30 | 1 | -4/+5 |
| * | Add OptionParser.h | Virgile Bello | 2013-09-05 | 1 | -11/+11 |
| * | Our commands that end up displaying a ValueObject as part of their workflow u... | Enrico Granata | 2013-03-26 | 1 | -0/+33 |
| * | Option changes: | Enrico Granata | 2012-12-12 | 1 | -11/+11 |
| * | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
| * | <rdar://problem/12798131> | Greg Clayton | 2012-12-04 | 1 | -1/+1 |
| * | Some more typing-related fixes. | Filipe Cabecinhas | 2012-09-11 | 1 | -1/+1 |
| * | Reimplemented the code that backed the "settings" in lldb. There were many is... | Greg Clayton | 2012-08-22 | 1 | -3/+2 |
| * | <rdar://problem/11576169> Better documentation string for the -Y option to fr... | Enrico Granata | 2012-08-08 | 1 | -1/+1 |
| * | Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le... | Johnny Chen | 2012-05-15 | 1 | -1/+1 |
| * | A simple fix for the GDB format strings so the byte size parameter gets | Greg Clayton | 2011-10-26 | 1 | -0/+1 |
| * | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -5/+5 |
| * | Re-organized the contents of RangeMap.h to be more concise and also allow for... | Greg Clayton | 2011-10-07 | 1 | -5/+2 |
| * | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -1/+1 |
| * | Refactoring: replace a bunch of static array size computation or hardcoded co... | Johnny Chen | 2011-09-10 | 1 | -3/+2 |
| * | *Some more optimizations in usage of ConstString | Enrico Granata | 2011-08-12 | 1 | -10/+13 |
| * | CFString.py now shows contents in a more NSString-like way (e.g. you get @"He... | Enrico Granata | 2011-08-09 | 1 | -1/+5 |
| * | when typing a summary string you can use the %S symbol to explicitly indicate... | Enrico Granata | 2011-07-22 | 1 | -2/+9 |
| * | Some descriptive text for the Python script feature: | Enrico Granata | 2011-07-16 | 1 | -9/+19 |
| * | Headers have been moved to /includes/lldb/Interpreter. This patch | Johnny Chen | 2011-05-13 | 1 | -2/+2 |
| * | Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab... | Jim Ingham | 2011-05-04 | 1 | -2/+25 |
| * | Added the ability to specify dumping options (show types, show location, | Greg Clayton | 2011-04-28 | 1 | -14/+11 |
| * | Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added | Greg Clayton | 2011-04-27 | 1 | -0/+106 |