1. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  2. 2753a02 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 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. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  5. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  6. fdbd10a Fix ignore counts on breakpoints so they actually work. by Jim Ingham · 12 years ago
  7. 9336790 We were accessing the ModuleList in the target without locking it for tasks like by Jim Ingham · 12 years ago
  8. 03e5e51 If we notice that a module with a given file path is replaced by another with the same file by Jim Ingham · 12 years ago
  9. b5d55cf Cleanup - removing the ThreadPlanTestCondition and its helper functions. It is not needed, by Jim Ingham · 12 years ago
  10. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 12 years ago
  11. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  12. 5f4f327 Some Breakpoint:: methods crept down be log the Breakpoint::BreakpointEventData methods. by Jim Ingham · 12 years ago
  13. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  14. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  15. 736f0d6 Typo. by Johnny Chen · 13 years ago
  16. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 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. 1cd466f Breakpoint::Description with eDescriptionLevelBrief should just print the number of locations, printing the list of locations is pointless. by Jim Ingham · 13 years ago
  19. b1888f2 Added more platform support. There are now some new commands: 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. ab42902 Fixed an issue where the macosx dynamic loader, on the first shared library loaded notification, wasn't properly removing shared libraries from the target that didn't get loaded. This usually happens when a different shared library is loaded in place of another due to DYLD_LIBRARY_PATH or DYLD_FRAMEWORK_PATH environment variables. We now properly remove any images that didn't make it into the executable. by Greg Clayton · 14 years ago
  22. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  23. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  24. a62ad7c Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 14 years ago
  25. 1de036b Don't re-insert disabled breakpoint locations. by Jim Ingham · 14 years ago
  26. 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
  27. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  28. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  29. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  30. 649492b Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather by Jim Ingham · 14 years ago
  31. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  32. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago