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