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