| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a IsInstrumentationRuntimePresent SB API | Kuba Brecka | 2014-10-11 | 1 | -0/+3 |
* | Implement ASan history threads in SB API | Kuba Brecka | 2014-09-06 | 1 | -0/+3 |
* | Add API control of the signal disposition. | Todd Fiala | 2014-06-23 | 1 | -0/+3 |
* | lldb arm64 import. | Jason Molenda | 2014-03-29 | 1 | -0/+3 |
* | Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent | Jason Molenda | 2013-12-13 | 1 | -0/+9 |
* | Rename extended backtrace methods to take out the "ThreadOrigin" | Jason Molenda | 2013-11-06 | 1 | -4/+4 |
* | Add the GetNumThreadOriginExtendedBacktraceTypes and | Jason Molenda | 2013-11-05 | 1 | -0/+20 |
* | Don't recommend using bytearray(buf, 'ascii') for binary data read with | Jason Molenda | 2013-08-24 | 1 | -2/+1 |
* | Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero... | Jim Ingham | 2013-02-09 | 1 | -0/+6 |
* | <rdar://problem/13010007> | Greg Clayton | 2013-01-18 | 1 | -0/+6 |
* | <rdar://problem/13009943> | Greg Clayton | 2013-01-16 | 1 | -0/+9 |
* | Add an SBProcess API to get the current StopID, either considering or ignorin... | Jim Ingham | 2013-01-08 | 1 | -0/+10 |
* | <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior | Han Ming Ong | 2012-11-17 | 1 | -1/+5 |
* | Add API to get the process plugin name & short name. | Jim Ingham | 2012-10-26 | 1 | -0/+6 |
* | <rdar://problem/12490558> | Greg Clayton | 2012-10-12 | 1 | -1/+1 |
* | <rdar://problem/12200505> Fixing a logical error in SBProcess, where the get_... | Enrico Granata | 2012-10-08 | 1 | -2/+3 |
* | Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev... | Jim Ingham | 2012-07-27 | 1 | -0/+3 |
* | Add accessors on process to get & set the selected thread by IndexID (useful ... | Jim Ingham | 2012-07-13 | 1 | -0/+21 |
* | Added documentation for many of our python properties and also made the prope... | Greg Clayton | 2012-06-29 | 1 | -13/+13 |
* | Fixed the get_process_thread_list function to correctly return a list of all ... | Greg Clayton | 2012-06-27 | 1 | -1/+1 |
* | Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through... | Johnny Chen | 2012-05-23 | 1 | -0/+3 |
* | Make every Python API __len__() method return a PyIntObject. | Filipe Cabecinhas | 2012-05-11 | 1 | -1/+2 |
* | Add a general mechanism to wait on the debugger for Broadcasters of a given c... | Jim Ingham | 2012-02-16 | 1 | -0/+3 |
* | Send Breakpoint Changed events for all the relevant changes to breakpoints. | Jim Ingham | 2012-02-08 | 1 | -0/+3 |
* | Cleaned up the documentation strings for many helper objects and added | Greg Clayton | 2012-02-03 | 1 | -7/+7 |
* | Added many more python convenience accessors: | Greg Clayton | 2012-02-01 | 1 | -0/+67 |
* | Added the ability to get the target triple, byte order and address byte size | Greg Clayton | 2012-01-29 | 1 | -0/+27 |
* | Patch from Enrico Granata that moves SBData related functions into the SBData | Greg Clayton | 2012-01-07 | 1 | -18/+0 |
* | http://llvm.org/bugs/show_bug.cgi?id=11619 | Johnny Chen | 2012-01-06 | 1 | -0/+19 |
* | Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ... | Johnny Chen | 2011-12-15 | 1 | -1/+1 |
* | Expose new read memory fucntion through python in SBProcess: | Greg Clayton | 2011-12-15 | 1 | -0/+51 |
* | SBProcess.PutSTDIN() needs to be properly typemapped when swigging, | Johnny Chen | 2011-11-28 | 1 | -0/+4 |
* | Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look differen... | Johnny Chen | 2011-11-28 | 1 | -0/+10 |
* | Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. | Johnny Chen | 2011-07-18 | 1 | -0/+220 |