index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
scripts
/
Python
/
interface
/
SBThread.i
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a few bugs in the "step in" thread plan logic.
Jim Ingham
2012-12-12
1
-0
/
+3
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+1
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-0
/
+12
*
Make the unwinding of the stack part of "thread return" work, and add the thr...
Jim Ingham
2012-09-14
1
-1
/
+1
*
Start at getting "thread return" working. Doesn't work yet.
Jim Ingham
2012-09-12
1
-0
/
+3
*
Add accessors on process to get & set the selected thread by IndexID (useful ...
Jim Ingham
2012-07-13
1
-0
/
+6
*
Added documentation for many of our python properties and also made the prope...
Greg Clayton
2012-06-29
1
-11
/
+11
*
Make every Python API __len__() method return a PyIntObject.
Filipe Cabecinhas
2012-05-11
1
-1
/
+1
*
Cleaned up the documentation strings for many helper objects and added
Greg Clayton
2012-02-03
1
-7
/
+7
*
Added many more python convenience accessors:
Greg Clayton
2012-02-01
1
-2
/
+24
*
Added a new convenience property on lldb.SBThread names "frames" which always...
Greg Clayton
2012-02-01
1
-0
/
+10
*
Added the ability to get the target triple, byte order and address byte size
Greg Clayton
2012-01-29
1
-0
/
+30
*
Fix Python docstring for SBThread.GetStopDescription().
Johnny Chen
2011-12-19
1
-0
/
+4
*
Fixed code rot pointed out by Jim.
Johnny Chen
2011-12-17
1
-1
/
+1
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-0
/
+3
*
Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.
Johnny Chen
2011-07-18
1
-0
/
+171