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
/
source
/
API
/
SBThread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
1
-2
/
+3
*
SBThread::GetDescription should use the Thread format instead of making up
Jim Ingham
2015-01-28
1
-1
/
+2
*
Make the "synchronous" mode actually work without race conditions.
Greg Clayton
2014-10-21
1
-9
/
+5
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
1
-0
/
+22
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-2
/
+67
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+69
*
Add a new SBThread::SafeToCallFunctions API; this calls over to
Jason Molenda
2014-05-13
1
-0
/
+9
*
Add a new SBThread::GetQueue() method to get the queue that is
Jason Molenda
2014-04-25
1
-0
/
+37
*
Fixed SBThread.GetStopReasonDataAtIndex() to correctly return breakpoint loca...
Greg Clayton
2014-04-11
1
-1
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-99
/
+147
*
Make the fail messages
Jim Ingham
2014-04-03
1
-1
/
+2
*
This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...
Jim Ingham
2014-03-13
1
-4
/
+10
*
Add API logging to the SBQueue/SBQueueItem/SBThread calls.
Jason Molenda
2014-03-08
1
-0
/
+4
*
Add logging for the SB API which creates extended
Jason Molenda
2013-11-19
1
-5
/
+15
*
Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method
Jason Molenda
2013-11-16
1
-0
/
+9
*
Change SBThread::GetExtendedBacktrace to
Jason Molenda
2013-11-12
1
-3
/
+2
*
The Threads created when requesting extended backtraces need to be owned by
Jason Molenda
2013-11-11
1
-6
/
+12
*
Add History subclasses for Thread, Unwind, RegisterContext.
Jason Molenda
2013-11-08
1
-1
/
+2
*
Rename extended backtrace methods to take out the "ThreadOrigin"
Jason Molenda
2013-11-06
1
-3
/
+3
*
Add a new GetThreadOriginExtendedBacktrace method to the
Jason Molenda
2013-11-06
1
-0
/
+36
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-7
/
+7
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-7
/
+7
*
Expose the Thread::GetQueueID() method through the SBThread API, similar to
Jason Molenda
2013-10-21
1
-0
/
+28
*
Added a 'jump' command, similar to GDBs.
Richard Mitton
2013-09-12
1
-0
/
+25
*
This commit does two things. One, it converts the return value of the QueueT...
Jim Ingham
2013-07-18
1
-21
/
+21
*
Adding new Python API function to check for stopped threads.
Andrew Kaylor
2013-04-15
1
-0
/
+10
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-23
/
+23
*
the log entry for SBThread::GetProcess() would not include the pointer to the...
Enrico Granata
2013-02-28
1
-3
/
+1
*
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
Andrew Kaylor
2012-12-20
1
-0
/
+9
*
Fixed a few bugs in the "step in" thread plan logic.
Jim Ingham
2012-12-12
1
-14
/
+20
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+10
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-0
/
+41
*
<rdar://problem/9959501>
Greg Clayton
2012-09-25
1
-3
/
+1
*
Remove a duplicate frame_sp local that was shadowing the one we copied the in...
Jim Ingham
2012-09-14
1
-1
/
+0
*
SBThread::StepOut and SBThread::StepOutOfFrame should both run all threads.
Jim Ingham
2012-09-14
1
-2
/
+2
*
SBThread::StepOverUntil should run all threads. It is running to breakpoints...
Jim Ingham
2012-09-14
1
-1
/
+1
*
Make the unwinding of the stack part of "thread return" work, and add the thr...
Jim Ingham
2012-09-14
1
-3
/
+3
*
Start at getting "thread return" working. Doesn't work yet.
Jim Ingham
2012-09-12
1
-0
/
+23
*
Rework how the API mutex is acquired when filling out an ExecutionContext fro...
Jim Ingham
2012-08-22
1
-37
/
+53
*
Found one more place where the OkayToDiscard needs to be consulted.
Jim Ingham
2012-05-11
1
-6
/
+6
*
Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...
Jim Ingham
2012-05-03
1
-115
/
+100
*
Added logging when API calls try to do something that shouldn't be done when ...
Greg Clayton
2012-04-06
1
-9
/
+93
*
Added a new Host class: ReadWriteLock
Greg Clayton
2012-04-05
1
-194
/
+241
*
Fixed some space formatting.
Greg Clayton
2012-03-28
1
-7
/
+7
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-1
/
+1
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-173
/
+179
[prev]
[next]