summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepOverRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-2/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-7/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-11/+21
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-64/+43
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix step-over when SymbolContext.function is missing and symbol is present.Sam McCall2016-11-171-14/+15
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-368/+362
* Some code that is sanity checking stepping out back out from one inlinedJim Ingham2016-07-291-0/+6
* Keep original source path and mapped path in LineEntryTed Woodward2016-05-111-3/+3
* Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda2016-01-081-1/+2
* Revert r257117 "Performance improvement: Change lldb so that itJason Molenda2016-01-081-2/+1
* Performance improvement: Change lldb so that it puts a breakpointJason Molenda2016-01-081-1/+2
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-27/+11
* I was assuming that when a bit of inlined code was followed by code from the ...Jim Ingham2015-08-141-4/+8
* Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham2015-07-231-12/+7
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+1
* Fix a variety of typos.Bruce Mitchener2015-06-181-2/+2
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-2/+0
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-4/+22
* When stepping, handle the case where the step leaves us withJim Ingham2014-08-061-0/+4
* If you found a step through plan stop looking up the stack for a step out plan.Jim Ingham2014-08-051-0/+3
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-8/+43
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRangeDaniel Malea2013-09-171-36/+40
* Correct logic error found by inspection.Ed Maste2013-09-061-1/+1
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-9/+9
* If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham2013-06-041-1/+1
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-9/+14
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-201-0/+1
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* Add a workaround to problems with the clang debug info for Jim Ingham2012-11-061-0/+95
* Found a couple more places where we need to run all threads when stepping.Jim Ingham2012-10-251-1/+1
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-8/+60
* Relax the test for "is the frame I am going to step back out to the one I sta...Jim Ingham2012-07-261-1/+30
* If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham2012-05-101-3/+3
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-6/+1
* Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham2012-05-011-0/+38
* Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham2012-04-091-0/+3
* First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham2012-03-091-35/+20
* Convert the thread plans over from using the stack count to do their logic to...Jim Ingham2012-03-011-10/+29
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-1/+1
OpenPOWER on IntegriCloud