summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* DWARF says line number 0 is a valid line number - used to indicate a source l...Jim Ingham2013-09-271-0/+19
* Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda2013-09-121-1/+3
* Re-enable fast stepping for arm targets. The issue being workedJason Molenda2013-08-011-5/+1
* The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham2013-07-311-0/+13
* Turn off fast stepping for ARM till the MC's MayAffectControlFlow gets more a...Jim Ingham2013-07-191-1/+5
* <rdar://problem/13521159>Greg Clayton2013-03-271-7/+7
* Add a target setting (target.use-fast-stepping) to control using the "run to ...Jim Ingham2013-03-131-0/+1
* The step by running from branch to branch pretty much works with this checkin...Jim Ingham2013-03-131-7/+61
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+4
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-2/+7
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans a...Jim Ingham2012-09-101-6/+20
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-0/+27
* Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham2012-05-011-36/+0
* Make sure the "synchronous breakpoint callbacks" get called before the thread...Jim Ingham2012-04-201-0/+3
* First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham2012-03-091-1/+156
* <rdar://problem/10997402>Greg Clayton2012-03-071-2/+3
* Convert the thread plans over from using the stack count to do their logic to...Jim Ingham2012-03-011-50/+20
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-8/+8
* Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham2011-12-031-24/+0
* Make the step range plans capable of supporting multiple ranges. Also make t...Jim Ingham2011-10-151-6/+45
* If stepping takes us from the line range we were stepping through into the MI...Jim Ingham2011-09-231-9/+33
* Formatting.Jim Ingham2011-02-081-1/+6
* Fixed incorrect logging printf (patch from Stephen Wilson).Greg Clayton2011-01-181-1/+1
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-5/+5
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-3/+3
* Step past prologues when we step into functions.Jim Ingham2010-09-161-0/+4
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-6/+4
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-4/+6
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-13/+14
* Properly set the PlanKind for the ThreadPlanStepRange derived classes.Jim Ingham2010-07-101-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+2
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+263
OpenPOWER on IntegriCloud