1. 82ce540 Fix typo: fucntion -> function by Peter Collingbourne · 14 years ago
  2. 2d268cb Add comment about Thread::GetStatus(), which returns the number of frames shown. by Johnny Chen · 14 years ago
  3. 05750a6 The 'thread backtrace all' logical branch had the if (thread->GetStatus()) condition inverted. by Johnny Chen · 14 years ago
  4. b07c62a StepUntil should check whether the target of the step until is in the current by Jim Ingham · 14 years ago
  5. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
  6. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  7. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  8. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  9. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  10. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  11. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  12. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  13. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
  14. 1ebdcc7 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 15 years ago
  15. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 15 years ago
  16. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 15 years ago
  17. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  18. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
  19. 4d6675c by Caroline Tice · 15 years ago
  20. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
  21. 1e30afd Fixed an issue with: by Greg Clayton · 15 years ago
  22. fe424a9 General command line help cleanup: by Greg Clayton · 15 years ago
  23. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  24. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  25. 8dbb6e8 Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 by Johnny Chen · 15 years ago
  26. 31fbb64 More help text fixes. by Caroline Tice · 15 years ago
  27. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  28. c1ad82e by Caroline Tice · 15 years ago
  29. f04d661 Cleaned up step logging a bit. by Greg Clayton · 15 years ago
  30. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 15 years ago
  31. 74989e8 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
  32. eb10f7b Make: by Jim Ingham · 15 years ago
  33. 8ab1a80 Add -c (count - i.e. number of frames to show) and -s (start frame.) by Jim Ingham · 15 years ago
  34. c833295 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
  35. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 15 years ago
  36. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 15 years ago
  37. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
  38. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
  39. 809ab9b Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 15 years ago
  40. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  41. c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 15 years ago
  42. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  43. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  44. 5a47e8b 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
  45. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  46. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  47. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 15 years ago
  48. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago