1. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 13 years ago
  2. acff895 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 13 years ago
  3. 54e39db Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 13 years ago
  4. a23f73d Added an option to "process detach" to keep the process stopped, if the process plugin (or in the by Jim Ingham · 13 years ago
  5. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  6. 0161b49 Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 13 years ago
  7. a4d8747 <rdar://problem/13010007> by Greg Clayton · 13 years ago
  8. 949e822 <rdar://problem/13009943> by Greg Clayton · 13 years ago
  9. bf2956a2 Add an SBProcess API to get the current StopID, either considering or ignoring stops caused by expression by Jim Ingham · 13 years ago
  10. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  11. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  12. ab3b8b2 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 13 years ago
  13. 256cf2c Rmoved a duplicate version of SetSelectedThreadByID by Sean Callanan · 13 years ago
  14. d7b30ef Add API to get the process plugin name & short name. by Jim Ingham · 13 years ago
  15. ea561dc <rdar://problem/12490558> by Greg Clayton · 13 years ago
  16. ccd41e5 Ran the sources through the compiler with -Wshadow warnings by Jason Molenda · 13 years ago
  17. 43e0af0 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 · 13 years ago
  18. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  19. 4fc6cb9 Rework how the API mutex is acquired when filling out an ExecutionContext from an ExecutionContextRef, by Jim Ingham · 13 years ago
  20. cfc0935 Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 13 years ago
  21. 18b4689 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 · 13 years ago
  22. 4e0fe8a <rdar://problem/11791234> by Greg Clayton · 13 years ago
  23. f9ef60d Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 14 years ago
  24. c9858e4 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 · 14 years ago
  25. 7fdf9ef Added a new Host class: ReadWriteLock by Greg Clayton · 14 years ago
  26. 0e61568 Added the new way we will eventually do all attaches and launches. First clients by Greg Clayton · 14 years ago
  27. 4bddaeb Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 14 years ago
  28. e6bc6cb Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 14 years ago
  29. acdbe81 lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 14 years ago
  30. b9556ac SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 14 years ago
  31. 17a6ad0 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 14 years ago
  32. e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
  33. 0f28986 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 14 years ago
  34. 39c6d0f http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 14 years ago
  35. e91b795 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 14 years ago
  36. c91d804 Fixed some extra warnings that show up with the new clang. by Greg Clayton · 14 years ago
  37. 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
  38. 144f3a9 Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 14 years ago
  39. da7bc7d <rdar://problem/10126482> by Greg Clayton · 14 years ago
  40. c9ed478 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 14 years ago
  41. 982c976 Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 14 years ago
  42. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  43. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  44. aa149cb Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 14 years ago
  45. 0c74e78 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 14 years ago
  46. 930e3ad Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() by Johnny Chen · 15 years ago
  47. 9631aae Expose ConnectRemote API through SBTarget and SBProcess. by James McIlree · 15 years ago
  48. cf386e2 Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByteOrder(), by Johnny Chen · 15 years ago
  49. 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  50. 6779606a Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 15 years ago
  51. af67cec The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 15 years ago
  52. c5f5783 Fixed an issue where SBProcess::LoadImage(...) was not returning the image by Greg Clayton · 15 years ago
  53. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  54. efabb12 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 15 years ago
  55. 8f343b0 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 15 years ago
  56. cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
  57. 4838131 Improved API logging. by Greg Clayton · 15 years ago
  58. 20ad3c4 Add the ability to disable individual log categories, rather by Caroline Tice · 15 years ago
  59. 93aa84e Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 15 years ago
  60. 750cd17 Clean up the API logging code: by Caroline Tice · 15 years ago
  61. ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  62. 05faeb7 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 15 years ago
  63. 5d5028b Added the first of hopefully many python example scripts that show how to by Greg Clayton · 15 years ago
  64. 1d27316 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 15 years ago
  65. dac97f3 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 15 years ago
  66. dde9cff by Caroline Tice · 15 years ago
  67. 3f12e8ef Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 15 years ago
  68. 2976d00 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 · 15 years ago
  69. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  70. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  71. 4c5de69 And some more include line fixes. by Eli Friedman · 15 years ago
  72. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago