summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBProcess.i
Commit message (Expand)AuthorAgeFilesLines
* Add a IsInstrumentationRuntimePresent SB APIKuba Brecka2014-10-111-0/+3
* Implement ASan history threads in SB APIKuba Brecka2014-09-061-0/+3
* Add API control of the signal disposition.Todd Fiala2014-06-231-0/+3
* lldb arm64 import.Jason Molenda2014-03-291-0/+3
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-0/+9
* Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2013-11-061-4/+4
* Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda2013-11-051-0/+20
* Don't recommend using bytearray(buf, 'ascii') for binary data read with Jason Molenda2013-08-241-2/+1
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-0/+6
* <rdar://problem/13010007>Greg Clayton2013-01-181-0/+6
* <rdar://problem/13009943>Greg Clayton2013-01-161-0/+9
* Add an SBProcess API to get the current StopID, either considering or ignorin...Jim Ingham2013-01-081-0/+10
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-1/+5
* Add API to get the process plugin name & short name.Jim Ingham2012-10-261-0/+6
* <rdar://problem/12490558>Greg Clayton2012-10-121-1/+1
* <rdar://problem/12200505> Fixing a logical error in SBProcess, where the get_...Enrico Granata2012-10-081-2/+3
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-0/+3
* Add accessors on process to get & set the selected thread by IndexID (useful ...Jim Ingham2012-07-131-0/+21
* Added documentation for many of our python properties and also made the prope...Greg Clayton2012-06-291-13/+13
* Fixed the get_process_thread_list function to correctly return a list of all ...Greg Clayton2012-06-271-1/+1
* Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen2012-05-231-0/+3
* Make every Python API __len__() method return a PyIntObject.Filipe Cabecinhas2012-05-111-1/+2
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-0/+3
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-0/+3
* Cleaned up the documentation strings for many helper objects and addedGreg Clayton2012-02-031-7/+7
* Added many more python convenience accessors:Greg Clayton2012-02-011-0/+67
* Added the ability to get the target triple, byte order and address byte sizeGreg Clayton2012-01-291-0/+27
* Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton2012-01-071-18/+0
* http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen2012-01-061-0/+19
* Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ...Johnny Chen2011-12-151-1/+1
* Expose new read memory fucntion through python in SBProcess:Greg Clayton2011-12-151-0/+51
* SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2011-11-281-0/+4
* Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look differen...Johnny Chen2011-11-281-0/+10
* Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen2011-07-181-0/+220
OpenPOWER on IntegriCloud