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
...
*
Changed the formerly pure virtual function:
Greg Clayton
2013-05-09
1
-28
/
+76
*
Adding code to set thread state to stopped when the process stops.
Andrew Kaylor
2013-05-08
1
-0
/
+6
*
Figure out the reply to "PlanExplainsStop" once when we stop and then use the...
Jim Ingham
2013-05-08
1
-1
/
+22
*
Reinstating r181091 and r181106 with fix for Linux regressions.
Andrew Kaylor
2013-05-07
1
-6
/
+12
*
Temporarily reverting r181091 and r181106 due to the vast test breakage on th...
Ashok Thirumurthi
2013-05-07
1
-12
/
+6
*
After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...
Greg Clayton
2013-05-04
1
-6
/
+12
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-16
/
+38
*
<rdar://problem/13697881>
Greg Clayton
2013-04-20
1
-14
/
+19
*
<rdar://problem/13516463>
Greg Clayton
2013-04-02
1
-45
/
+66
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-9
/
+9
*
Remove some commented out code.
Jim Ingham
2013-03-21
1
-8
/
+0
*
Don't use the fact that we stopped with a "Breakpoint" stop reason to decide ...
Jim Ingham
2013-03-13
1
-5
/
+7
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-4
/
+19
*
Make sure a value is returned for Thread::ReturnFromFrame().
Greg Clayton
2013-02-01
1
-2
/
+1
*
Add "thread return -x" to unwind the innermost user called expression (if you...
Jim Ingham
2013-01-31
1
-11
/
+74
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-3
/
+10
*
<rdar://problem/12976225>
Han Ming Ong
2013-01-08
1
-2
/
+1
*
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
Andrew Kaylor
2012-12-20
1
-9
/
+10
*
Fixed a few bugs in the "step in" thread plan logic.
Jim Ingham
2012-12-12
1
-13
/
+26
*
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
/
+1
*
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
[prev]
[next]