summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanCallFunction.cpp
AgeCommit message (Expand)Author
2025-02-28[lldb] Restore register state if PrepareTrivialCall fails (#129038)David Spickett
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-04-17[lldb] Change some pointers to refs in register printing codeDavid Spickett
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
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-11-11[lldb][NFC] Inclusive Language: rename master plan to controlling planQuinn Pham
2021-08-01[lldb] Avoid moving ThreadPlanSP from plans vectorDave Lee
2021-02-15[lldb] Minor refinements to ThreadPlan::RestoreThreadState (NFC)Dave Lee
2020-07-30[lldb] Don't use static locals for return value storage in some *AsCString fu...Raphael Isemann
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-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-19[Target] Return an llvm::Expected from GetEntryPointAddress (NFC)Jonas Devlieghere
2019-07-18Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda
2019-04-10[NFC] Remove ASCII lines from commentsJonas 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-11Remove header grouping comments.Jonas Devlieghere
2018-07-24Move dumping code out of RegisterValue classPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-05Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
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
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-07-14Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford
2015-05-07Add a missing check for m_real_stop_reason.Jim Ingham
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2015-03-03Reduce header footprint of Target.hZachary Turner
2014-04-08Fix the behavior when hand-calling a function times out on one thread,Jim Ingham
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham
2014-03-07The ThreadPlanCallFunction needs to pass its "StopOthers" to its run to addre...Jim Ingham
2014-02-28Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ...Jim Ingham
2013-11-12Log failure to restore thread state in ThreadPlanCallFunction::DoTakedownEd Maste
2013-11-08Changed the ABIs and ClangFunction to take aSean Callanan
2013-11-07This patch does a couple of things. Jim Ingham
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham
2013-05-16Handle the case where there is a user breakpoint set at the location of one o...Jim Ingham
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham
2013-03-28Return a useful error message from ValidatePlan if the expression can't be ma...Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton