| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -1/+0 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -2/+2 |
| * | [lldb][NFC] Use GetMaxStringLength in CommandObjectApropos::DoExecute | Raphael Isemann | 2019-08-19 | 1 | -5/+1 |
| * | [lldb][NFC] Allow for-ranges on StringList | Raphael Isemann | 2019-08-16 | 1 | -4/+2 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 1 | -1/+1 |
| * | [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 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -2/+2 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | Add methods to enable using formatv syntax in LLDB. | Zachary Turner | 2016-12-16 | 1 | -3/+3 |
| * | Fix some occurrences of passing StringRef to Printf. | Zachary Turner | 2016-12-09 | 1 | -7/+6 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -82/+77 |
| * | LLDB help content has accumulated over time without a recent attempt to | Kate Stone | 2016-07-14 | 1 | -5/+2 |
| * | Change 'apropos' such that it doesn't look into the "long help/syntax" string... | Enrico Granata | 2016-03-23 | 1 | -28/+3 |
| * | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 2016-02-19 | 1 | -14/+7 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Further reduce header footprint of Debugger.h. | Zachary Turner | 2015-03-04 | 1 | -0/+1 |
| * | Apropos should search user commands as well as built-in commands. | Jim Ingham | 2013-05-17 | 1 | -16/+46 |
| * | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -1/+1 |
| * | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
| * | Reimplemented the code that backed the "settings" in lldb. There were many is... | Greg Clayton | 2012-08-22 | 1 | -14/+9 |
| * | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 2012-06-08 | 1 | -9/+5 |
| * | General cleanup on the UserSettingsController stuff. There were 5 different | Greg Clayton | 2011-04-19 | 1 | -2/+5 |
| * | Modify 'apropos' command to search settings variable descriptions as well. | Caroline Tice | 2011-02-04 | 1 | -0/+15 |
| * | Fixed a missing newline when you type "apropos somethingthatdoesnotexist". | Greg Clayton | 2010-11-02 | 1 | -1/+1 |
| * | Fixed a missing space when using the "apropos" command and you don't find any... | Greg Clayton | 2010-10-09 | 1 | -2/+1 |
| * | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 2010-10-04 | 1 | -1/+13 |
| * | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -12/+12 |
| * | Small help text fixes, to make it more consistent and accurate. | Caroline Tice | 2010-09-07 | 1 | -1/+1 |
| * | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -3/+3 |
| * | Fix GetRepeatCommand so it works with multi-word commands. | Jim Ingham | 2010-07-07 | 1 | -1/+0 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -7/+14 |
| * | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -2/+2 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+96 |