1. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  2. 9c6898b Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. by Jim Ingham · 14 years ago
  3. 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
  4. d457122 Remember whether a queue or thread name were passed into "breakpoint modify" so we can recognize an empty argument as unsetting the option. by Jim Ingham · 14 years ago
  5. 41313fc Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked by Jim Ingham · 14 years ago
  6. 10622a2 Change "breakpoint configure" to "breakpoint modify" so it doesn't collide with "breakpoint command" by Jim Ingham · 14 years ago
  7. 944be70 Unstick the -r option for the disassemble command. by Sean Callanan · 14 years ago
  8. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  9. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  10. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  11. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 14 years ago
  12. bfe9bb9 Moved files around for linux build. Fixed up Xcode project to by Greg Clayton · 14 years ago
  13. b4a4728 More minor build fixes. by Eli Friedman · 14 years ago
  14. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago