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
/
ThreadPlanCallFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some order-of-initialisation warnings
Peter Collingbourne
2011-06-03
1
-4
/
+4
*
Fixed a crasher that was happened when a log shared pointer wasn't valid.
Greg Clayton
2011-05-19
1
-10
/
+17
*
Fix the error message when an expression evaluation is interrupted by a crash...
Jim Ingham
2011-05-17
1
-3
/
+5
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
1
-0
/
+7
*
Expand the ABI prepare trivial function call to allow 6 simple args.
Greg Clayton
2011-05-14
1
-26
/
+114
*
Cleaned up the ABI::PrepareTrivialCall() function to take three argument
Greg Clayton
2011-05-12
1
-8
/
+33
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-1
/
+1
*
Fixed a bug in which expression-local variables were
Sean Callanan
2011-05-09
1
-3
/
+4
*
Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...
Jim Ingham
2011-03-07
1
-8
/
+22
*
Make sure that if a CallFunction thread plan crashes while running in the "ru...
Jim Ingham
2011-01-26
1
-1
/
+5
*
Centralize the register reporting (might want to move this function to Thread).
Jim Ingham
2011-01-22
1
-30
/
+34
*
Back up both the register AND the stop state when calling functions.
Jim Ingham
2011-01-20
1
-11
/
+19
*
In ThreadPlanCallFunction, do the Takedown right when the thread plan gets po...
Jim Ingham
2011-01-18
1
-0
/
+7
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-2
/
+2
*
Added support for generating expressions that have
Sean Callanan
2010-12-13
1
-2
/
+4
*
Excised a version of the low-level function calling
Sean Callanan
2010-11-12
1
-75
/
+0
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-1
/
+1
*
Added more logging so we see the register state
Sean Callanan
2010-11-08
1
-0
/
+38
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+2
*
Re-enabled LLDB's pointer checkers, and moved the
Sean Callanan
2010-11-04
1
-4
/
+12
*
Factored the code that implements breakpoints on
Sean Callanan
2010-11-03
1
-102
/
+17
*
Modified ThreadPlanCallFunction to perform the
Sean Callanan
2010-11-03
1
-17
/
+66
*
Modified the thread plan that calls functions to
Sean Callanan
2010-11-03
1
-4
/
+93
*
Fixed a problem where function calls on i386 weren't
Sean Callanan
2010-10-26
1
-1
/
+4
*
The call function thread plan should allow internal breakpoints to continue o...
Jim Ingham
2010-10-26
1
-2
/
+41
*
Removed a bit of dead code. Thanks to Eric
Sean Callanan
2010-10-19
1
-5
/
+0
*
Expressions now claim responsibility for all stops
Sean Callanan
2010-10-19
1
-0
/
+4
*
Removed the hacky "#define this ___clang_this" handler
Sean Callanan
2010-09-21
1
-3
/
+4
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-6
/
+6
*
Added support for rewriting objc_msgSend so we can
Sean Callanan
2010-07-31
1
-0
/
+19
*
Fix constructor initialization order. Patch by Bill Lynch.
Benjamin Kramer
2010-07-16
1
-8
/
+8
*
Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...
Jim Ingham
2010-06-19
1
-2
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+250