aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanCallFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-02-28[lldb] Restore register state if PrepareTrivialCall fails (#129038)David Spickett1-1/+12
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-2/+2
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett1-2/+2
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-2/+2
2023-04-17[lldb] Change some pointers to refs in register printing codeDavid Spickett1-1/+1
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich1-2/+8
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich1-9/+3
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich1-3/+9
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-7/+6
2021-11-11[lldb][NFC] Inclusive Language: rename master plan to controlling planQuinn Pham1-1/+1
2021-08-01[lldb] Avoid moving ThreadPlanSP from plans vectorDave Lee1-1/+1
2021-02-15[lldb] Minor refinements to ThreadPlan::RestoreThreadState (NFC)Dave Lee1-2/+2
2020-07-30[lldb] Don't use static locals for return value storage in some *AsCString fu...Raphael Isemann1-3/+3
2020-04-03Make ThreadPlans use TID and Process, rather than Thread *.Jim Ingham1-22/+17
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-55/+46
2019-07-19[Target] Return an llvm::Expected from GetEntryPointAddress (NFC)Jonas Devlieghere1-10/+8
2019-07-18Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda1-29/+8
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-2/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-07-24Move dumping code out of RegisterValue classPavel Labath1-1/+3
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-27/+21
2017-05-12Rename Error -> Status.Zachary Turner1-1/+1
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-05Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath1-3/+2
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-2/+2
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-479/+406
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko1-22/+6
2015-08-11ClangASTType is now CompilerType.Greg Clayton1-2/+2
2015-07-14Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford1-12/+40
2015-05-07Add a missing check for m_real_stop_reason.Jim Ingham1-1/+1
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-1/+0
2015-03-03Reduce header footprint of Target.hZachary Turner1-0/+1
2014-04-08Fix the behavior when hand-calling a function times out on one thread,Jim Ingham1-0/+8
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-26/+43
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham1-1/+1
2014-03-07The ThreadPlanCallFunction needs to pass its "StopOthers" to its run to addre...Jim Ingham1-0/+7
2014-02-28Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ...Jim Ingham1-11/+0
2013-11-12Log failure to restore thread state in ThreadPlanCallFunction::DoTakedownEd Maste1-1/+5
2013-11-08Changed the ABIs and ClangFunction to take aSean Callanan1-82/+7
2013-11-07This patch does a couple of things. Jim Ingham1-39/+51
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham1-3/+3
2013-05-16Handle the case where there is a user breakpoint set at the location of one o...Jim Ingham1-0/+8
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham1-3/+3
2013-03-28Return a useful error message from ValidatePlan if the expression can't be ma...Jim Ingham1-7/+23
2013-03-27<rdar://problem/13521159>Greg Clayton1-5/+5