1. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  2. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  3. 4f61ba9 Change the new breakpoint creation output (primarily from "break set") to something more useful. by Jim Ingham · 12 years ago
  4. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  5. fdbd10a Fix ignore counts on breakpoints so they actually work. by Jim Ingham · 12 years ago
  6. b5d55cf Cleanup - removing the ThreadPlanTestCondition and its helper functions. It is not needed, by Jim Ingham · 12 years ago
  7. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  8. ca4fe80 Add const-ness to BreakpointLocation::IsEnabled(). by Johnny Chen · 12 years ago
  9. fd60a60 Reverted 149277 changeset. It was coded that way for a reason. by Johnny Chen · 12 years ago
  10. fb0026b Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::SetEnabled() implementation. by Johnny Chen · 12 years ago
  11. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  12. f8c0fc5 For Dump(Stream *s), use GetOptionsNoCreate()->GetIgnoreCount() and fix the indentation. by Johnny Chen · 13 years ago
  13. 51b7c5f Tiny refactoring to use member functions instead of directly accessing member fields. by Johnny Chen · 13 years ago
  14. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  15. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  16. 21f37ad Move the handling of breakpoint conditions from the Private event loop to the StopInfoBreakpoint::DoActions, which happens as the by Jim Ingham · 13 years ago
  17. ac35442 Made GetConditionText const everywhere. Made it return NULL when there's no condition by Jim Ingham · 13 years ago
  18. e5ed8e9 Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse errors when we go to run a breakpoint condition. by Jim Ingham · 13 years ago
  19. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  20. 19a1ab8 Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint by Greg Clayton · 13 years ago
  21. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  22. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  23. 7ea3523 Replace unnecessary dynamic_cast with static_cast. by Jim Ingham · 14 years ago
  24. d168690 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 14 years ago
  25. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  26. 5205f0b Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 14 years ago
  27. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  28. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  29. 3fd1f36 Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t. by Stephen Wilson · 14 years ago
  30. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  31. 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
  32. 649492b Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather by Jim Ingham · 14 years ago
  33. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  34. 273a8e5 patch from: Jean-Daniel Dupas by Greg Clayton · 14 years ago
  35. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago