aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBThread.i
AgeCommit message (Expand)AuthorFilesLines
2014-10-10LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka1-0/+8
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham1-0/+3
2014-07-01Fix typos.Bruce Mitchener1-1/+1
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda1-0/+11
2014-05-13Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda1-0/+10
2014-04-25Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda1-0/+13
2014-02-05Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda1-0/+19
2013-11-16Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda1-1/+13
2013-11-12Change SBThread::GetExtendedBacktrace toJason Molenda1-2/+2
2013-11-06Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda1-2/+2
2013-11-06Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda1-0/+13
2013-11-05Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda1-0/+10
2013-10-22Fix for a mistake spotted by Enrico with the SBThread::queue_id accessor.Jason Molenda1-1/+1
2013-10-21Expose the Thread::GetQueueID() method through the SBThread API, similar toJason Molenda1-0/+6
2013-10-03Add missing GetBroadcasterClassName and event types enum to SBThread.iDaniel Malea1-0/+16
2013-09-12Added a 'jump' command, similar to GDBs.Richard Mitton1-2/+5
2013-05-03<rdar://problem/11742979>Enrico Granata1-0/+6
2013-04-15Adding new Python API function to check for stopped threads.Andrew Kaylor1-0/+6
2012-12-12Fixed a few bugs in the "step in" thread plan logic.Jim Ingham1-0/+3
2012-12-05<rdar://problem/12649160>Greg Clayton1-0/+1
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham1-0/+12
2012-09-14Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham1-1/+1
2012-09-12Start at getting "thread return" working. Doesn't work yet.Jim Ingham1-0/+3
2012-07-13Add accessors on process to get & set the selected thread by IndexID (useful ...Jim Ingham1-0/+6
2012-06-29Added documentation for many of our python properties and also made the prope...Greg Clayton1-11/+11
2012-05-11Make every Python API __len__() method return a PyIntObject.Filipe Cabecinhas1-1/+1
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-2/+24
2012-02-01Added a new convenience property on lldb.SBThread names "frames" which always...Greg Clayton1-0/+10
2012-01-29Added the ability to get the target triple, byte order and address byte sizeGreg Clayton1-0/+30
2011-12-19Fix Python docstring for SBThread.GetStopDescription().Johnny Chen1-0/+4
2011-12-17Fixed code rot pointed out by Jim.Johnny Chen1-1/+1
2011-12-17Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham1-0/+3
2011-07-18Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen1-0/+171