1. bb9ce3e "thread step-out" should run all threads by default. by Jim Ingham · 12 years ago
  2. fade78a Use the frame index passed into "thread until" rather than using the selected frame. by Jim Ingham · 12 years ago
  3. f59388a Make the unwinding of the stack part of "thread return" work, and add the thread return command. by Jim Ingham · 12 years ago
  4. b995059 Fixed a few places where we were doing: by Jim Ingham · 12 years ago
  5. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  6. edd601a <rdar://problem/11800213> by Greg Clayton · 12 years ago
  7. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  8. d07b4f5 Fix a bunch of thinko's in the command "thread continue". by Jim Ingham · 12 years ago
  9. a224377 <rdar://problem/11562050> by Greg Clayton · 12 years ago
  10. 53628e7 Set the result status correctly for asynchronous step-in/out/over commands. by Jim Ingham · 12 years ago
  11. d82bc6d Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 12 years ago
  12. 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 12 years ago
  13. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago
  14. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  15. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  16. 61aca5d Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. by Greg Clayton · 13 years ago
  17. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  18. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  19. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  20. 7868bcc Indent the frames in the "thread.GetStatus" frame listing. Also put the same space after each thread listing for "thread backtrace all" as "thread backtrace 1 3 5" by Jim Ingham · 13 years ago
  21. 82ce540 Fix typo: fucntion -> function by Peter Collingbourne · 13 years ago
  22. 2d268cb Add comment about Thread::GetStatus(), which returns the number of frames shown. by Johnny Chen · 13 years ago
  23. 05750a6 The 'thread backtrace all' logical branch had the if (thread->GetStatus()) condition inverted. by Johnny Chen · 13 years ago
  24. b07c62a StepUntil should check whether the target of the step until is in the current by Jim Ingham · 13 years ago
  25. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  26. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  27. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  28. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  29. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  30. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  31. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  32. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 13 years ago
  33. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 13 years ago
  34. 1ebdcc7 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 14 years ago
  35. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  36. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  37. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  38. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  39. 4d6675c by Caroline Tice · 14 years ago
  40. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  41. 1e30afd Fixed an issue with: by Greg Clayton · 14 years ago
  42. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  43. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  44. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  45. 8dbb6e8 Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 by Johnny Chen · 14 years ago
  46. 31fbb64 More help text fixes. by Caroline Tice · 14 years ago
  47. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  48. c1ad82e by Caroline Tice · 14 years ago
  49. f04d661 Cleaned up step logging a bit. by Greg Clayton · 14 years ago
  50. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  51. 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 · 14 years ago
  52. eb10f7b Make: by Jim Ingham · 14 years ago
  53. 8ab1a80 Add -c (count - i.e. number of frames to show) and -s (start frame.) by Jim Ingham · 14 years ago
  54. 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 · 14 years ago
  55. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  56. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  57. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  58. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  59. 809ab9b Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 14 years ago
  60. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  61. c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  62. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  63. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  64. 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 · 14 years ago
  65. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  66. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  67. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 14 years ago
  68. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago