summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepOverRange.cpp
AgeCommit message (Expand)Author
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-10-19[lldb] Introduce Language::AreEquivalentFunctions (#112720)Felipe de Azevedo Piovezan
2024-08-05New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr...jeffreytan81
2024-07-01[lldb] Make semantics of SupportFile equivalence explicit (#97126)Jonas Devlieghere
2024-06-06[lldb] Fix ThreadPlanStepOverRange name in log message (#94611)Marianne Mailhot-Sarrasin
2024-01-16[lldb] Store SupportFile in LineEntry (NFC) (#77999)Jonas Devlieghere
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
2020-04-03Make ThreadPlans use TID and Process, rather than Thread *.Jim Ingham
2020-03-20Improve step over performanceJaroslav Sevcik
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford
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-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-15Add setting to require hardware breakpoints.Jonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-17Fix step-over when SymbolContext.function is missing and symbol is present.Sam McCall
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-29Some code that is sanity checking stepping out back out from one inlinedJim Ingham
2016-05-11Keep original source path and mapped path in LineEntryTed Woodward
2016-01-08Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda
2016-01-08Revert r257117 "Performance improvement: Change lldb so that itJason Molenda
2016-01-08Performance improvement: Change lldb so that it puts a breakpointJason Molenda
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko
2015-08-14I was assuming that when a bit of inlined code was followed by code from the ...Jim Ingham
2015-07-23Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-06-18Fix a variety of typos.Bruce Mitchener
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham
2014-08-06When stepping, handle the case where the step leaves us withJim Ingham
2014-08-05If you found a step through plan stop looking up the stack for a step out plan.Jim Ingham
2014-03-13This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-09-17Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRangeDaniel Malea
2013-09-06Correct logic error found by inspection.Ed Maste
2013-07-18This commit does two things. One, it converts the return value of the QueueT...Jim Ingham
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton