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
*
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
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-20
/
+27
*
Removed the "lldb-forward-rtti.h" header file as it was designed to contain
Greg Clayton
2012-01-30
1
-190
/
+192
*
Fixed code rot pointed out by Jim.
Johnny Chen
2011-12-17
1
-4
/
+2
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-2
/
+26
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-1
/
+1
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-3
/
+4
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-1
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
1
-1
/
+1
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-1
/
+1
*
StepUntil should check whether the target of the step until is in the current
Jim Ingham
2011-05-08
1
-6
/
+28
*
Added support for stepping out of a frame. If you have 10 stack frames, and you
Greg Clayton
2011-01-21
1
-13
/
+190
*
Fixed missing return value (patch from Stephen Wilson).
Greg Clayton
2011-01-18
1
-1
/
+1
*
Added the following functions to SBThread to allow threads to be suspended wh...
Greg Clayton
2011-01-12
1
-0
/
+30
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-4
/
+28
*
Added access to set the current stack frame within a thread so any command
Greg Clayton
2010-12-17
1
-0
/
+47
*
Added the ability to get more information on the SBThread's stop reason
Greg Clayton
2010-11-18
1
-0
/
+104
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-13
/
+13
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-11
/
+15
*
Fixed the copy constructor for SBThread.
Greg Clayton
2010-10-30
1
-2
/
+3
*
Improved API logging.
Greg Clayton
2010-10-30
1
-75
/
+22
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-1
/
+1
*
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
Greg Clayton
2010-10-29
1
-27
/
+11
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-46
/
+53
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-7
/
+160
[next]