1. effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
  2. 7260f62 Centralized a lot of the status information for processes, by Greg Clayton · 15 years ago
  3. f6b8b58 Added two new classes for command options: by Greg Clayton · 15 years ago
  4. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  5. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  6. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  7. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  8. 85e8b81 - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 15 years ago
  9. 7fb56d0 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
  10. 481cef2 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 15 years ago
  11. 19388cf Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 15 years ago
  12. 8087ca2 Added mutex protection to the Symtab class. by Greg Clayton · 15 years ago
  13. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  14. 0603aa9 There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
  15. deaab22 by Caroline Tice · 15 years ago
  16. daccaa9 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
  17. f5fb427 Fixed an issue with: by Greg Clayton · 15 years ago
  18. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  19. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  20. f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  21. c13ee52 Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 by Johnny Chen · 15 years ago
  22. 09799af More help text fixes. by Caroline Tice · 15 years ago
  23. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  24. 3f4c09c by Caroline Tice · 15 years ago
  25. 1346f7e Cleaned up step logging a bit. by Greg Clayton · 15 years ago
  26. 6dadd50 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 15 years ago
  27. e40e421 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 15 years ago
  28. 09b263e Make: by Jim Ingham · 15 years ago
  29. e2e0b45 Add -c (count - i.e. number of frames to show) and -s (start frame.) by Jim Ingham · 15 years ago
  30. 2976d00 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
  31. 1b72fcb Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 15 years ago
  32. f4b47e1 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 15 years ago
  33. 471b31c Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
  34. b132097 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
  35. a56c800 Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 15 years ago
  36. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  37. 69b518f typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 15 years ago
  38. 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  39. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  40. b01e742 Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 15 years ago
  41. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  42. 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  43. 474966a I have eliminated RTTI from LLDB! by Greg Clayton · 15 years ago
  44. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago