1. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  2. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  3. 42da4da Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() by Johnny Chen · 14 years ago
  4. 3809340 Expose ConnectRemote API through SBTarget and SBProcess. by James McIlree · 14 years ago
  5. 60a544f Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByteOrder(), by Johnny Chen · 14 years ago
  6. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  7. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 14 years ago
  8. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  9. 0e0fd1c Fixed an issue where SBProcess::LoadImage(...) was not returning the image by Greg Clayton · 14 years ago
  10. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  11. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  12. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  13. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  14. a66ba46 Improved API logging. by Greg Clayton · 14 years ago
  15. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  16. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  17. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  18. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  19. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  20. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  21. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  22. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  23. 98f930f by Caroline Tice · 14 years ago
  24. dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
  25. 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
  26. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  27. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  28. 7a62c8b And some more include line fixes. by Eli Friedman · 14 years ago
  29. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago