summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBThreadPlan.cpp
AgeCommit message (Expand)Author
2025-05-08[lldb] Expose QueueThreadPlanForStepSingleInstruction function to SBThreadPla...Ely Ronnen
2024-08-05[lldb/Target] Rename ThreadPlanPython into ScriptedThreadPlan (#101931)Med Ismail Bennani
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath
2020-08-07Add a setting to force stepping to always run all threads.Jim Ingham
2020-07-20[lldb] Use weak_ptr to hold on to the underlying thread plan in SBThreadPlanJonas Devlieghere
2020-04-10Thread Plans pushed by a scripted plan should be private plans.Jim Ingham
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-09Remove unneeded #ifdef SWIGsPavel Labath
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-02-11Use std::make_shared in LLDB (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-10-25[API] Extend the `SBThreadPlan` interfaceAleksandr Urakov
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-03-06Move many other files from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-05Add a few more needed bits to the scripted thread plans.Jim Ingham
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham