summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanShouldStopHere.cpp
AgeCommit message (Expand)Author
2025-02-28Control the "step out through thunk" logic explicitly when pushing thread pla...jimingham
2025-02-17[lldb] Support stepping through C++ thunks (#127419)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-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
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-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
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19Remove a should have been deleted extra assignment to a variable.Jim Ingham
2016-05-06Fix the way the ShouldStopHere checker handles the general case of "stepping ...Jim Ingham
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
2014-08-06When stepping, handle the case where the step leaves us withJim Ingham
2014-03-17Get "ThreadPlanShouldStopHere" to handle auto-stepping through line number 0 ...Jim Ingham
2014-03-13This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham
2013-07-18This commit does two things. One, it converts the return value of the QueueT...Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2011-12-03Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham
2011-01-25Enabled extra warnings and fixed a bunch of small issues.Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner