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
/
Target
/
Thread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-21
/
+21
*
The Function calling thread plan was replacing the stored stop info too soon,...
Jim Ingham
2012-11-26
1
-1
/
+7
*
Rest of the fix for Thread
Filipe Cabecinhas
2012-11-20
1
-1
/
+1
*
Patch from Andrew Kaylor andrew.kaylor@intel.com to have
Jason Molenda
2012-11-14
1
-0
/
+2
*
<rdar://problem/12500785>
Greg Clayton
2012-10-29
1
-1
/
+6
*
Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...
Jim Ingham
2012-10-16
1
-4
/
+25
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-0
/
+1
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-6
/
+140
*
Fix a bug introduced in an earlier revision: actually return the StopReason, ...
Filipe Cabecinhas
2012-09-28
1
-1
/
+1
*
Implement returning integer values in "thread return" for arm, x86_64 and i38...
Jim Ingham
2012-09-27
1
-3
/
+27
*
<rdar://problem/9959501>
Greg Clayton
2012-09-25
1
-1
/
+12
*
Make the unwinding of the stack part of "thread return" work, and add the thr...
Jim Ingham
2012-09-14
1
-8
/
+13
*
Start at getting "thread return" working. Doesn't work yet.
Jim Ingham
2012-09-12
1
-1
/
+63
*
Initialize a variable to quite a compiler warning.
Jim Ingham
2012-09-11
1
-1
/
+1
*
Save and restore the current inlined depth over function calls.
Jim Ingham
2012-09-07
1
-0
/
+3
*
Move calculating the CurrentInlinedDepth to AFTER the synchronous breakpoint ...
Jim Ingham
2012-09-05
1
-3
/
+7
*
Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...
Jim Ingham
2012-09-01
1
-4
/
+14
*
Rework how the API mutex is acquired when filling out an ExecutionContext fro...
Jim Ingham
2012-08-22
1
-1
/
+1
*
Remove further outdated "settings" code and also implement a few missing things.
Greg Clayton
2012-08-22
1
-281
/
+2
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-265
/
+359
*
Add explicit casts to bool in "shared pointer is valid" constructs that retur...
Jim Ingham
2012-08-11
1
-1
/
+1
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
Fixed a problem where stepping out would turn into
Sean Callanan
2012-07-31
1
-2
/
+10
*
<rdar://problem/11852100>
Greg Clayton
2012-07-11
1
-11
/
+3
*
<rdar://problem/11386214>
Greg Clayton
2012-05-18
1
-0
/
+8
*
Fix a comment I had incorrectly altered.
Jim Ingham
2012-05-11
1
-1
/
+1
*
Found one more place where the OkayToDiscard needs to be consulted.
Jim Ingham
2012-05-11
1
-4
/
+9
*
Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...
Jim Ingham
2012-05-11
1
-1
/
+0
*
If the ObjC Step Through Trampoline plan causes a target crash, properly prop...
Jim Ingham
2012-05-10
1
-2
/
+2
*
Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...
Jim Ingham
2012-05-03
1
-4
/
+35
*
Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...
Jim Ingham
2012-05-01
1
-1
/
+1
*
Make sure the "synchronous breakpoint callbacks" get called before the thread...
Jim Ingham
2012-04-20
1
-0
/
+11
*
The plan stack should never be used while empty. GetCurrentPlan is the entry...
Jim Ingham
2012-04-19
1
-4
/
+5
*
Clear the "m_actual_stop_info_sp" in the thread during Destroy. It might be ...
Jim Ingham
2012-04-10
1
-0
/
+1
*
Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...
Jim Ingham
2012-04-09
1
-1
/
+12
*
<rdar://problem/11035349>
Greg Clayton
2012-03-29
1
-20
/
+32
*
When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o...
Jim Ingham
2012-03-07
1
-1
/
+1
*
Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...
Jim Ingham
2012-02-29
1
-1
/
+4
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-22
/
+43
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-7
/
+7
*
Threads now store their "temporary" resume state, so we know whether they wer...
Jim Ingham
2012-01-31
1
-3
/
+72
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-22
/
+31
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-9
/
+0
*
Improve the x86_64 return value decoder to handle most structure returns.
Jim Ingham
2011-12-22
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
-1
/
+17
*
Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...
Jim Ingham
2011-12-03
1
-36
/
+57
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-12
/
+12
*
Make the "log enable lldb-step" output easier to parse.
Jim Ingham
2011-10-15
1
-18
/
+43
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-6
/
+7
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
[next]