summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepInRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-2/+2
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-1/+1
* [lldb][NFC] Simplify a return in ThreadPlanStepInRange::DefaultShouldStopHere...Raphael Isemann2019-11-121-1/+1
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-201-3/+3
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-19/+10
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-22/+25
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-10/+22
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add missing constness.Tatyana Krasnukha2018-06-271-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-44/+29
* Re-add change for https://reviews.llvm.org/D42582 with added directories.Jim Ingham2018-03-121-0/+13
* Revert "Improve prologue handling to support functions with multiple entry po...Vedant Kumar2018-03-121-13/+0
* Improve prologue handling to support functions with multiple entry points.Jim Ingham2018-03-121-0/+13
* Log whether we found a step out plan or not.Jim Ingham2017-08-231-2/+6
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-3/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-462/+429
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-19/+11
* Improve C++ function name handling and step-in avoid regerxp handlingTamas Berghammer2015-07-241-1/+1
* Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham2015-07-231-18/+12
* Fix virtual step handling in ThreadPlanStepInRangeTamas Berghammer2015-05-151-0/+1
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-2/+0
* Remove unneeded local var initialization.Jason Molenda2014-10-151-1/+0
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-7/+22
* Don't duplicate the logic of the ThreadPlanShouldStopHere::DefaultShouldStopH...Jim Ingham2014-08-081-12/+4
* When stepping, handle the case where the step leaves us withJim Ingham2014-08-061-2/+3
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-43/+78
* Don't need to figure out the frame's module if we don't have any librariesJim Ingham2014-01-231-10/+14
* Add a "step-avoid-libraries" setting to complement the "step-avoid-regexp" se...Jim Ingham2014-01-231-4/+27
* Fix issue from r166732 found by Andrew KaylorEd Maste2013-11-251-2/+2
* 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
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-18/+32
* If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham2013-06-041-1/+1
* Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReaso...Daniel Malea2013-05-141-0/+6
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-29/+40
* <rdar://problem/13384801>Greg Clayton2013-04-031-2/+5
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* Log the match substring as well in the case where we match the step-avoid reg...Jim Ingham2013-03-141-4/+12
* Add some logging to track cases where “step-in” steps out due to the avoi...Jim Ingham2013-03-141-4/+21
* 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
* Fixed a few bugs in the "step in" thread plan logic.Jim Ingham2012-12-121-7/+55
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* Found a couple more places where we need to run all threads when stepping.Jim Ingham2012-10-251-6/+9
* Ensure that the ShouldStopHere plans get called even when doing "virtual" steps.Jim Ingham2012-09-071-95/+112
OpenPOWER on IntegriCloud