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