Age | Commit message (Expand) | Author | Files | Lines |
2016-09-06 | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 1 | -227/+189 |
2016-08-26 | Tables of command options in LLDB benefit from hand-formatting to make it | Kate Stone | 1 | -4/+6 |
2016-08-11 | Decoupled Options from CommandInterpreter. | Todd Fiala | 1 | -1/+1 |
2016-07-14 | LLDB help content has accumulated over time without a recent attempt to | Kate Stone | 1 | -5/+5 |
2016-04-21 | Added command prefix to new help messages to ensure that they're correctly wo... | Kate Stone | 1 | -11/+5 |
2016-03-14 | Lots of progress on the CommandAlias refactoring | Enrico Granata | 1 | -0/+2 |
2016-03-09 | Last round of preliminary cleanup in my refactoring of aliases. | Enrico Granata | 1 | -1/+1 |
2016-03-08 | Move CommandAlias to its own file; also | Enrico Granata | 1 | -1/+1 |
2016-03-08 | A few more improvements on the way to the command alias refactoring | Enrico Granata | 1 | -1/+1 |
2016-02-29 | When 'help' cannot find a command, produce additional help text that also poi... | Enrico Granata | 1 | -15/+47 |
2016-02-20 | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 1 | -22/+16 |
2015-05-29 | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 1 | -2/+0 |
2015-01-15 | Fix build after r226068: cannot initialize 'int' with 'nullptr_t' | Ed Maste | 1 | -1/+1 |
2015-01-15 | Three related changes to help: | Kate Stone | 1 | -7/+13 |
2014-07-09 | Revert "Fix broken tests due to new error output." | Zachary Turner | 1 | -3/+3 |
2014-07-08 | Fix broken tests due to new error output. | Todd Fiala | 1 | -3/+3 |
2014-07-03 | Adds the notion of an OptionValidator. | Zachary Turner | 1 | -3/+3 |
2013-09-05 | Add OptionParser.h | Virgile Bello | 1 | -2/+2 |
2013-06-19 | Sort out a number of mismatched integer types in order to cut down the number... | Andy Gibbs | 1 | -1/+1 |
2013-06-12 | <rdar://problem/11914077> | Enrico Granata | 1 | -76/+16 |
2013-01-25 | <rdar://problem/13069948> | Greg Clayton | 1 | -3/+3 |
2012-12-12 | Minor grammar and style fixes in documentation. | Sean Callanan | 1 | -2/+3 |
2012-12-05 | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 1 | -0/+2 |
2012-10-13 | <rdar://problem/12491387> | Greg Clayton | 1 | -3/+2 |
2012-06-08 | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 1 | -5/+5 |
2012-05-02 | If a command takes options and arguments, the help text should warn the user ... | Jim Ingham | 1 | -3/+15 |
2012-01-27 | Emit the message about putting ' -- ' between the end of command options and ... | Johnny Chen | 1 | -2/+4 |
2011-10-28 | Add an example customization directory which uses a binutils.py module to pro... | Johnny Chen | 1 | -1/+1 |
2011-10-26 | When completing "help foo bar" if "foo" is not a real command, don't ask its ... | Jim Ingham | 1 | -9/+26 |
2011-09-09 | Adding two new options to the 'help' command: | Enrico Granata | 1 | -4/+18 |
2011-08-16 | Changes to Python commands: | Enrico Granata | 1 | -1/+0 |
2011-04-07 | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 1 | -1/+1 |
2010-12-07 | - Fix alias-building & resolving to properly handle optional arguments for co... | Caroline Tice | 1 | -0/+4 |
2010-12-01 | GetCommandObject returns no matches in the match array when there is only one... | Jim Ingham | 1 | -1/+1 |
2010-11-30 | Fix completion for multi-word commands in the "help" command. | Jim Ingham | 1 | -7/+29 |
2010-10-28 | Add alias information, including aliased command options & | Caroline Tice | 1 | -0/+9 |
2010-10-08 | o TestStdCXXDisassembly.py: | Johnny Chen | 1 | -0/+4 |
2010-10-04 | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 1 | -0/+12 |
2010-10-01 | Add infrastructure for standardizing arguments for commands and | Caroline Tice | 1 | -6/+37 |
2010-09-18 | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 1 | -17/+26 |
2010-09-09 | Make all debugger-level user settable variables into instance variables. | Caroline Tice | 1 | -1/+2 |
2010-09-08 | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 1 | -1/+1 |
2010-09-07 | Small help text fixes, to make it more consistent and accurate. | Caroline Tice | 1 | -1/+1 |
2010-09-04 | This is a very large commit that completely re-does the way lldb | Caroline Tice | 1 | -4/+4 |
2010-07-09 | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 1 | -3/+4 |
2010-07-06 | Hide the logic for command resolution for commands, aliases & user commands b... | Jim Ingham | 1 | -7/+12 |
2010-06-30 | Add a source file completer to the CommandCompleters. | Jim Ingham | 1 | -2/+5 |
2010-06-23 | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 1 | -133/+29 |
2010-06-15 | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 1 | -1/+1 |
2010-06-08 | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 1 | -0/+266 |