1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  3. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  4. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  5. 3f18ea0 Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. by Eugene Zelenko · 10 years ago
  6. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  7. ea671fb Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. by Kate Stone · 10 years ago
  8. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  9. 633a29c Further reduce header footprint of Debugger.h. by Zachary Turner · 11 years ago
  10. df50f94 Handle trailing spaces on "settings set" command more correctly by Pavel Labath · 11 years ago
  11. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  12. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  13. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  14. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  15. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  16. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  17. 84a53df <rdar://problem/13878726> by Enrico Granata · 12 years ago
  18. 30820f0 <rdar://problem/13184855> by Greg Clayton · 13 years ago
  19. f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
  20. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  21. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  22. bc6e85c Change the NULL to a 0 since we need a uint32_t by Filipe Cabecinhas · 13 years ago
  23. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago
  24. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  25. 2c76eb0 rdar://problem/10998562 lldb crashes under guard malloc by Johnny Chen · 14 years ago
  26. 8cc80b2 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 14 years ago
  27. 5928f64 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 14 years ago
  28. 98aceb0 o CommandObjectSettingsSet.cpp: by Johnny Chen · 14 years ago
  29. a28b89c rdar://problem/10712130 by Johnny Chen · 14 years ago
  30. 1d88596 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 14 years ago
  31. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  32. 4c20717 General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 14 years ago
  33. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  34. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  35. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  36. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  37. 8f5b2eb Recent modifications to the Python script interpreter caused some problems by Caroline Tice · 15 years ago
  38. 2d5289d by Caroline Tice · 15 years ago
  39. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  40. deaab22 by Caroline Tice · 15 years ago
  41. 0f564db Change command option "--no_override" to "--no-override" (hypen instead of underscore). by Caroline Tice · 15 years ago
  42. 1559a46 by Caroline Tice · 15 years ago
  43. daccaa9 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
  44. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  45. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  46. 7d9edf6 Modify "settings list" so you can specify a particular instance setting name, by Caroline Tice · 15 years ago
  47. 101c7c2 Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
  48. 37c1b43 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 15 years ago
  49. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  50. 49e2737 Fix various minor bugs in the Settings stuff. by Caroline Tice · 15 years ago
  51. 3df9a8d by Caroline Tice · 15 years ago
  52. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  53. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago