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. fb9cee6 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 12 years ago
  4. 1e4d8f0 Rmoved a duplicate version of SetSelectedThreadByID by Sean Callanan · 12 years ago
  5. fee26ee Add API to get the process plugin name & short name. by Jim Ingham · 12 years ago
  6. 82560f2 <rdar://problem/12490558> by Greg Clayton · 12 years ago
  7. bf41e19 Ran the sources through the compiler with -Wshadow warnings by Jason Molenda · 12 years ago
  8. 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
  9. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  10. d0bdddf Rework how the API mutex is acquired when filling out an ExecutionContext from an ExecutionContextRef, by Jim Ingham · 12 years ago
  11. 5d90ade Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 12 years ago
  12. efbdd22 Add accessors on process to get & set the selected thread by IndexID (useful since that's the one that "thread list" shows and it won't get reused even if the underlying system thread ID gets reused. by Jim Ingham · 12 years ago
  13. bcaf99a <rdar://problem/11791234> by Greg Clayton · 12 years ago
  14. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 12 years ago
  15. 9f3c98e Added logging when API calls try to do something that shouldn't be done when the process is stopped by having logging calls that end with "error: process is running". by Greg Clayton · 12 years ago
  16. a894fe7 Added a new Host class: ReadWriteLock by Greg Clayton · 12 years ago
  17. 0a8dcac Added the new way we will eventually do all attaches and launches. First clients by Greg Clayton · 12 years ago
  18. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 12 years ago
  19. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  20. 0416bdf lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 12 years ago
  21. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 12 years ago
  22. 90c5214 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 12 years ago
  23. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  24. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 13 years ago
  25. 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 13 years ago
  26. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
  27. bae39c5 Fixed some extra warnings that show up with the new clang. by Greg Clayton · 13 years ago
  28. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  29. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  30. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  31. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  32. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  33. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  34. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  35. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  36. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  37. 42da4da Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() by Johnny Chen · 13 years ago
  38. 3809340 Expose ConnectRemote API through SBTarget and SBProcess. by James McIlree · 13 years ago
  39. 60a544f Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByteOrder(), by Johnny Chen · 13 years ago
  40. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  41. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 14 years ago
  42. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  43. 0e0fd1c Fixed an issue where SBProcess::LoadImage(...) was not returning the image by Greg Clayton · 14 years ago
  44. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  45. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  46. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  47. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  48. a66ba46 Improved API logging. by Greg Clayton · 14 years ago
  49. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  50. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  51. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  52. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  53. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  54. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  55. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  56. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  57. 98f930f by Caroline Tice · 14 years ago
  58. dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
  59. 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
  60. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  61. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  62. 7a62c8b And some more include line fixes. by Eli Friedman · 14 years ago
  63. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago