1. 3fd1f36 Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t. by Stephen Wilson · 14 years ago
  2. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  3. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  4. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  5. 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
  6. 649492b Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather by Jim Ingham · 14 years ago
  7. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  8. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  9. 273a8e5 patch from: Jean-Daniel Dupas by Greg Clayton · 14 years ago
  10. 10ff00e Add missing include. by Eli Friedman · 14 years ago
  11. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago