1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. b76e25a Add functionality to export settings by Jonas Devlieghere · 7 years ago
  3. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  4. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  5. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  6. 8e353b9 [Interpreter] Remove unused variable usage. NFCI. by Davide Italiano · 8 years ago
  7. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  8. d6a2475 Re-add "demonstrate new Args API" by Zachary Turner · 9 years ago
  9. 99a318e Fix build failure on Linux and BSD by reverting r287597 by Omair Javaid · 9 years ago
  10. 1c55c9b Add the new Args / entry-access API. by Zachary Turner · 9 years ago
  11. 31d97a5 Rewrite all Property related functions in terms of StringRef. by Zachary Turner · 9 years ago
  12. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  13. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  14. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  15. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  16. 58ef391 Fix a variety of typos. by Bruce Mitchener · 10 years ago
  17. a44c0e3 Fix a bug where passing a value of the type "A B" to settings set target.env-vars would cause LLDB to crash by Enrico Granata · 10 years ago
  18. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  19. c95f7e2 Refactor OptionValue::SetValueFromCString to use llvm::StringRef by Pavel Labath · 11 years ago
  20. 332e8b1 Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does. by Greg Clayton · 11 years ago
  21. 3e7442b Add support for character option types. by Zachary Turner · 11 years ago
  22. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  23. 5548cb5 <rdar://problem/12978143> by Enrico Granata · 13 years ago
  24. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  25. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago