summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBThread.i
Commit message (Expand)AuthorAgeFilesLines
* 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