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