1. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  2. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  3. 451ee7c Fixed a launching issue. by Sean Callanan · 14 years ago
  4. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  5. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  6. c5f728c Expose the error contained within an SBValue. by Greg Clayton · 14 years ago
  7. 992ce26 Leaving in deprecated functions until we can get a clean build with the new APIs in place before removing the deprecated functions. by Greg Clayton · 14 years ago
  8. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  9. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  10. 7ec03bd Change how we call Target::CreateBreakpoint to account for the new "name type" parameter. by Jim Ingham · 14 years ago
  11. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  12. e7a566e Fix indentations. by Caroline Tice · 14 years ago
  13. 98f930f by Caroline Tice · 14 years ago
  14. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  15. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  16. 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 · 14 years ago
  17. 43490d1 Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. by Greg Clayton · 14 years ago
  18. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  19. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  20. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  21. 034a7c3 A little code cleanup to not create an script bridging object just to feed by Greg Clayton · 14 years ago
  22. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  23. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  24. 7a62c8b And some more include line fixes. by Eli Friedman · 14 years ago
  25. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago