aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepRange.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-444/+374
2016-06-07Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton1-10/+0
2016-05-11Keep original source path and mapped path in LineEntryTed Woodward1-1/+1
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko1-31/+12
2015-12-15When constructing an address range to "step" or "next" through,Jason Molenda1-2/+2
2015-11-13Fix commit 252963 to work around a bug on some platforms where they don't Jim Ingham1-3/+13
2015-11-13Revert "Another little stepping optimization: if any of the source step comma...Ying Chen1-9/+2
2015-11-12Another little stepping optimization: if any of the source step commands are ...Jim Ingham1-2/+9
2015-07-16Fix compiler warning in ThreadPlanStepRangePavel Labath1-1/+1
2015-07-14Small fix to ThreadPlanStepRange::DumpRanges to loggingJason Molenda1-1/+1
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-2/+2
2015-05-11Add Hexagon packet support to ThreadPlanStepRangeTed Woodward1-1/+2
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-2/+0
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham1-3/+5
2014-08-11Fetching the parent frame may fail, handle that case. Patch from Tong Shen.Jim Ingham1-2/+7
2014-08-06When stepping, handle the case where the step leaves us withJim Ingham1-1/+9
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal1-2/+2
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-1/+1
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-1/+1
2013-10-11<rdar://problem/13635174>Greg Clayton1-1/+1
2013-09-27DWARF says line number 0 is a valid line number - used to indicate a source l...Jim Ingham1-0/+19
2013-09-12Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda1-1/+3
2013-08-01Re-enable fast stepping for arm targets. The issue being workedJason Molenda1-5/+1
2013-07-31The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham1-0/+13
2013-07-19Turn off fast stepping for ARM till the MC's MayAffectControlFlow gets more a...Jim Ingham1-1/+5
2013-03-27<rdar://problem/13521159>Greg Clayton1-7/+7
2013-03-13Add a target setting (target.use-fast-stepping) to control using the "run to ...Jim Ingham1-0/+1
2013-03-13The step by running from branch to branch pretty much works with this checkin...Jim Ingham1-7/+61
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham1-1/+4
2013-01-26Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham1-2/+7
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-09-10Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans a...Jim Ingham1-6/+20
2012-05-03Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham1-0/+27
2012-05-01Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham1-36/+0
2012-04-20Make sure the "synchronous breakpoint callbacks" get called before the thread...Jim Ingham1-0/+3
2012-03-09First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham1-1/+156
2012-03-07<rdar://problem/10997402>Greg Clayton1-2/+3
2012-03-01Convert the thread plans over from using the stack count to do their logic to...Jim Ingham1-50/+20
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-8/+8
2011-12-03Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham1-24/+0
2011-10-15Make the step range plans capable of supporting multiple ranges. Also make t...Jim Ingham1-6/+45
2011-09-23If stepping takes us from the line range we were stepping through into the MI...Jim Ingham1-9/+33
2011-02-08Formatting.Jim Ingham1-1/+6
2011-01-18Fixed incorrect logging printf (patch from Stephen Wilson).Greg Clayton1-1/+1
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham1-1/+1
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-5/+5
2010-10-20Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham1-3/+3
2010-09-16Step past prologues when we step into functions.Jim Ingham1-0/+4
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton1-6/+4
2010-09-03Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton1-4/+6