summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBThread.i
Commit message (Expand)AuthorAgeFilesLines
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-0/+8
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-0/+3
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+11
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-131-0/+10
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-0/+13
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-0/+19
* Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda2013-11-161-1/+13
* Change SBThread::GetExtendedBacktrace toJason Molenda2013-11-121-2/+2
* Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2013-11-061-2/+2
* Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda2013-11-061-0/+13
* Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda2013-11-051-0/+10
* Fix for a mistake spotted by Enrico with the SBThread::queue_id accessor.Jason Molenda2013-10-221-1/+1
* Expose the Thread::GetQueueID() method through the SBThread API, similar toJason Molenda2013-10-211-0/+6
* Add missing GetBroadcasterClassName and event types enum to SBThread.iDaniel Malea2013-10-031-0/+16
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-2/+5
* <rdar://problem/11742979>Enrico Granata2013-05-031-0/+6
* Adding new Python API function to check for stopped threads.Andrew Kaylor2013-04-151-0/+6
* Fixed a few bugs in the "step in" thread plan logic.Jim Ingham2012-12-121-0/+3
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-0/+12
* Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham2012-09-141-1/+1
* Start at getting "thread return" working. Doesn't work yet.Jim Ingham2012-09-121-0/+3
* Add accessors on process to get & set the selected thread by IndexID (useful ...Jim Ingham2012-07-131-0/+6
* Added documentation for many of our python properties and also made the prope...Greg Clayton2012-06-291-11/+11
* Make every Python API __len__() method return a PyIntObject.Filipe Cabecinhas2012-05-111-1/+1
* 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-2/+24
* Added a new convenience property on lldb.SBThread names "frames" which always...Greg Clayton2012-02-011-0/+10
* Added the ability to get the target triple, byte order and address byte sizeGreg Clayton2012-01-291-0/+30
* Fix Python docstring for SBThread.GetStopDescription().Johnny Chen2011-12-191-0/+4
* Fixed code rot pointed out by Jim.Johnny Chen2011-12-171-1/+1
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-0/+3
* Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen2011-07-181-0/+171
OpenPOWER on IntegriCloud