aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepInRange.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-16[lldb][nfc] Remove redundant check in if statement (#135869)Felipe de Azevedo Piovezan1-1/+1
2025-02-28Control the "step out through thunk" logic explicitly when pushing thread pla...jimingham1-1/+2
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-2/+1
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath1-1/+1
2024-10-30Fix stepping away from the bottom-most frame of a virtual inlined call stack....jimingham1-1/+2
2024-10-30Fix call site breakpoint patch (#114158)jimingham1-6/+18
2024-10-28Revert "Add the ability to break on call-site locations, improve inli… (#11...jimingham1-18/+6
2024-10-28Add the ability to break on call-site locations, improve inline stepping (#11...jimingham1-6/+18
2024-08-05New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr...jeffreytan811-0/+1
2022-03-09[lldb] Fix step-avoid-regexp loggingDave Lee1-9/+5
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-6/+6
2021-05-18[lldb][NFC] Remove all uses of StringRef::withNullAsEmpty in LLDBRaphael Isemann1-3/+2
2021-02-11[lldb] Add step target to ThreadPlanStepInRange constructorDave Lee1-3/+3
2020-11-10[ThreadPlan] Delete unused ThreadPlanStepInRange code, NFCVedant Kumar1-16/+0
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere1-1/+1
2020-04-03Make ThreadPlans use TID and Process, rather than Thread *.Jim Ingham1-24/+20
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-05[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann1-2/+2
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath1-1/+1
2019-11-12[lldb][NFC] Simplify a return in ThreadPlanStepInRange::DefaultShouldStopHere...Raphael Isemann1-1/+1
2019-08-20[lldb] D66174 `RegularExpression` cleanupJan Kratochvil1-3/+3
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere1-19/+10
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-22/+25
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-4/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-15Add setting to require hardware breakpoints.Jonas Devlieghere1-10/+22
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-06-27Add missing constness.Tatyana Krasnukha1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-44/+29
2018-03-12Re-add change for https://reviews.llvm.org/D42582 with added directories.Jim Ingham1-0/+13
2018-03-12Revert "Improve prologue handling to support functions with multiple entry po...Vedant Kumar1-13/+0
2018-03-12Improve prologue handling to support functions with multiple entry points.Jim Ingham1-0/+13
2017-08-23Log whether we found a step out plan or not.Jim Ingham1-2/+6
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-2/+2
2016-09-21Make lldb::Regex use StringRef.Zachary Turner1-3/+5
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-462/+429
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko1-19/+11
2015-07-24Improve C++ function name handling and step-in avoid regerxp handlingTamas Berghammer1-1/+1
2015-07-23Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham1-18/+12
2015-05-15Fix virtual step handling in ThreadPlanStepInRangeTamas Berghammer1-0/+1
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-2/+0
2014-10-15Remove unneeded local var initialization.Jason Molenda1-1/+0
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham1-7/+22
2014-08-08Don't duplicate the logic of the ThreadPlanShouldStopHere::DefaultShouldStopH...Jim Ingham1-12/+4
2014-08-06When stepping, handle the case where the step leaves us withJim Ingham1-2/+3
2014-03-13This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham1-43/+78
2014-01-23Don't need to figure out the frame's module if we don't have any librariesJim Ingham1-10/+14