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