| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -5/+1 |
| * | [lldb] D66174 `RegularExpression` cleanup | Jan Kratochvil | 2019-08-20 | 1 | -2/+3 |
| * | [Utility] Reimplement RegularExpression on top of llvm::Regex | Jonas Devlieghere | 2019-08-16 | 1 | -5/+4 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -4/+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 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -2/+1 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -8/+1 |
| * | Get rid of the C-string parameter in DoExecute | Raphael Isemann | 2018-07-12 | 1 | -39/+33 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -13/+11 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -2/+2 |
| * | Make CommandObject help getters/setters use StringRef. | Zachary Turner | 2016-11-12 | 1 | -1/+1 |
| * | Convert CommandObject constructors to StringRef. | Zachary Turner | 2016-10-05 | 1 | -2/+2 |
| * | Make lldb::Regex use StringRef. | Zachary Turner | 2016-09-21 | 1 | -1/+2 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -110/+80 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -1/+1 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Abstract the details from regex.h a bit more by not allowing people to specif... | Greg Clayton | 2015-01-21 | 1 | -1/+1 |
| * | Fixed an issue where you couldn't delete a user defined regex, python, or mul... | Greg Clayton | 2015-01-09 | 1 | -2/+4 |
| * | Switch NULL to C++11 nullptr in source/Interpreter | Ed Maste | 2014-04-20 | 1 | -3/+3 |
| * | <rdar://problem/13384801> | Greg Clayton | 2013-04-03 | 1 | -2/+4 |
| * | <rdar://problem/13506727> | Greg Clayton | 2013-04-03 | 1 | -2/+2 |
| * | <rdar://problem/12022060> | Greg Clayton | 2013-03-29 | 1 | -2/+34 |
| * | The regular expression command object was resetting the execution context of the | Jim Ingham | 2013-03-15 | 1 | -1/+3 |
| * | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
| * | Make the error message from regex commands use the command's syntax string if... | Jim Ingham | 2012-10-06 | 1 | -3/+6 |
| * | <rdar://problem/12022079> | Greg Clayton | 2012-08-23 | 1 | -1/+2 |
| * | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 2012-06-08 | 1 | -13/+2 |
| * | <rdar://problem/11328896> Fixing a bug where regex commands were saved in the... | Enrico Granata | 2012-05-31 | 1 | -1/+1 |
| * | Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. | Greg Clayton | 2011-01-08 | 1 | -1/+1 |
| * | Regular expression commands now print the command that results from expanding... | Greg Clayton | 2010-10-12 | 1 | -5/+4 |
| * | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -4/+3 |
| * | More constructor warning fixes from William Lynch. | Benjamin Kramer | 2010-07-20 | 1 | -2/+2 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -5/+3 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+123 |