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
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
1
-0
/
+8
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-0
/
+3
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+11
*
Add a new SBThread::SafeToCallFunctions API; this calls over to
Jason Molenda
2014-05-13
1
-0
/
+10
*
Add a new SBThread::GetQueue() method to get the queue that is
Jason Molenda
2014-04-25
1
-0
/
+13
*
Change the Mac OS X SystemRuntime plugin from using the placeholder
Jason Molenda
2014-02-05
1
-0
/
+19
*
Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method
Jason Molenda
2013-11-16
1
-1
/
+13
*
Change SBThread::GetExtendedBacktrace to
Jason Molenda
2013-11-12
1
-2
/
+2
*
Rename extended backtrace methods to take out the "ThreadOrigin"
Jason Molenda
2013-11-06
1
-2
/
+2
*
Add a new GetThreadOriginExtendedBacktrace method to the
Jason Molenda
2013-11-06
1
-0
/
+13
*
Add the GetNumThreadOriginExtendedBacktraceTypes and
Jason Molenda
2013-11-05
1
-0
/
+10
*
Fix for a mistake spotted by Enrico with the SBThread::queue_id accessor.
Jason Molenda
2013-10-22
1
-1
/
+1
*
Expose the Thread::GetQueueID() method through the SBThread API, similar to
Jason Molenda
2013-10-21
1
-0
/
+6
*
Add missing GetBroadcasterClassName and event types enum to SBThread.i
Daniel Malea
2013-10-03
1
-0
/
+16
*
Added a 'jump' command, similar to GDBs.
Richard Mitton
2013-09-12
1
-2
/
+5
*
<rdar://problem/11742979>
Enrico Granata
2013-05-03
1
-0
/
+6
*
Adding new Python API function to check for stopped threads.
Andrew Kaylor
2013-04-15
1
-0
/
+6
*
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