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
/
ThreadPlanStepRange.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DWARF says line number 0 is a valid line number - used to indicate a source l...
Jim Ingham
2013-09-27
1
-0
/
+19
*
Disassembler::DisassembleRange() currently calls Target::ReadMemory
Jason Molenda
2013-09-12
1
-1
/
+3
*
Re-enable fast stepping for arm targets. The issue being worked
Jason Molenda
2013-08-01
1
-5
/
+1
*
The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...
Jim Ingham
2013-07-31
1
-0
/
+13
*
Turn off fast stepping for ARM till the MC's MayAffectControlFlow gets more a...
Jim Ingham
2013-07-19
1
-1
/
+5
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-7
/
+7
*
Add a target setting (target.use-fast-stepping) to control using the "run to ...
Jim Ingham
2013-03-13
1
-0
/
+1
*
The step by running from branch to branch pretty much works with this checkin...
Jim Ingham
2013-03-13
1
-7
/
+61
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-1
/
+4
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-2
/
+7
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans a...
Jim Ingham
2012-09-10
1
-6
/
+20
*
Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...
Jim Ingham
2012-05-03
1
-0
/
+27
*
Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...
Jim Ingham
2012-05-01
1
-36
/
+0
*
Make sure the "synchronous breakpoint callbacks" get called before the thread...
Jim Ingham
2012-04-20
1
-0
/
+3
*
First stage of implementing step by "run to next branch". Doesn't work yet, ...
Jim Ingham
2012-03-09
1
-1
/
+156
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-2
/
+3
*
Convert the thread plans over from using the stack count to do their logic to...
Jim Ingham
2012-03-01
1
-50
/
+20
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-8
/
+8
*
Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...
Jim Ingham
2011-12-03
1
-24
/
+0
*
Make the step range plans capable of supporting multiple ranges. Also make t...
Jim Ingham
2011-10-15
1
-6
/
+45
*
If stepping takes us from the line range we were stepping through into the MI...
Jim Ingham
2011-09-23
1
-9
/
+33
*
Formatting.
Jim Ingham
2011-02-08
1
-1
/
+6
*
Fixed incorrect logging printf (patch from Stephen Wilson).
Greg Clayton
2011-01-18
1
-1
/
+1
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-1
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-5
/
+5
*
Don't cache the public stop reason, since it can change as plan completion ge...
Jim Ingham
2010-10-20
1
-3
/
+3
*
Step past prologues when we step into functions.
Jim Ingham
2010-09-16
1
-0
/
+4
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-6
/
+4
*
Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.
Greg Clayton
2010-09-03
1
-4
/
+6
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
1
-13
/
+14
*
Properly set the PlanKind for the ThreadPlanStepRange derived classes.
Jim Ingham
2010-07-10
1
-1
/
+1
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-2
/
+2
*
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
/
+263