1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  3. a2e76c0 Replaced more boilerplate code with CompletionRequest (NFC) by Raphael Isemann · 7 years ago
  4. 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
  5. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  6. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  7. 442f653 Make CommandObject help getters/setters use StringRef. by Zachary Turner · 9 years ago
  8. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  9. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  10. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  11. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  12. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  13. 7bd4c60 Abstract the details from regex.h a bit more by not allowing people to specify compile and execute flags for regular expressions. Also enable better regular expressions if they are available by check if the REG_ENHANCED is available and using it if it is. by Greg Clayton · 11 years ago
  14. b547278 Fixed an issue where you couldn't delete a user defined regex, python, or multi-word command by adding a new "command delete" command. by Greg Clayton · 11 years ago
  15. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  16. bc43cab <rdar://problem/13384801> by Greg Clayton · 12 years ago
  17. 43fe217 <rdar://problem/13506727> by Greg Clayton · 12 years ago
  18. 7d2ef16 <rdar://problem/12022060> by Greg Clayton · 13 years ago
  19. 31938ca The regular expression command object was resetting the execution context of the by Jim Ingham · 13 years ago
  20. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  21. 215341c Make the error message from regex commands use the command's syntax string if it exists rather than a generic but by Jim Ingham · 13 years ago
  22. 754a936 <rdar://problem/12022079> by Greg Clayton · 13 years ago
  23. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  24. 5f5ab60 <rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ... by Enrico Granata · 13 years ago
  25. 710dd5a Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 15 years ago
  26. f220088 Regular expression commands now print the command that results from expanding the regular expression command. by Greg Clayton · 15 years ago
  27. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  28. 40e155d More constructor warning fixes from William Lynch. by Benjamin Kramer · 15 years ago
  29. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  30. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago