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