| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -4/+0 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -2/+0 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -2/+0 |
| * | 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 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -7/+6 |
| * | Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c... | Pavel Labath | 2015-09-02 | 1 | -6/+2 |
| * | Merging the iohandler branch back into main. | Greg Clayton | 2014-01-27 | 1 | -1/+0 |
| * | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 2012-06-08 | 1 | -128/+0 |
| * | Adding a new --python-function (-F) option to breakpoint command add. The opt... | Enrico Granata | 2012-04-04 | 1 | -0/+1 |
| * | Change the command 'breakpoint command remove' to 'breakpoint command delete', | Caroline Tice | 2011-05-22 | 1 | -4/+4 |
| * | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -2/+2 |
| * | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 2011-04-07 | 1 | -1/+1 |
| * | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -2/+2 |
| * | Factor all the code that does "Execute a list of lldb command interpreter com... | Jim Ingham | 2011-02-18 | 1 | -0/+1 |
| * | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -13/+8 |
| * | Fixed some comments. | Johnny Chen | 2010-09-11 | 1 | -0/+1 |
| * | Added [-o <one-liner>] to the "breakpoint command add" lldb command to be able | Johnny Chen | 2010-09-11 | 1 | -0/+9 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -12/+10 |
| * | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -1/+1 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+169 |