summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanCallFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-55/+46
* [Target] Return an llvm::Expected from GetEntryPointAddress (NFC)Jonas Devlieghere2019-07-191-10/+8
* Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda2019-07-181-29/+8
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move dumping code out of RegisterValue classPavel Labath2018-07-241-1/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-27/+21
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-3/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-479/+406
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-22/+6
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-2/+2
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-141-12/+40
* Add a missing check for m_real_stop_reason.Jim Ingham2015-05-071-1/+1
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Fix the behavior when hand-calling a function times out on one thread,Jim Ingham2014-04-081-0/+8
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-26/+43
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-1/+1
* The ThreadPlanCallFunction needs to pass its "StopOthers" to its run to addre...Jim Ingham2014-03-071-0/+7
* Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ...Jim Ingham2014-02-281-11/+0
* Log failure to restore thread state in ThreadPlanCallFunction::DoTakedownEd Maste2013-11-121-1/+5
* Changed the ABIs and ClangFunction to take aSean Callanan2013-11-081-82/+7
* This patch does a couple of things. Jim Ingham2013-11-071-39/+51
* If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham2013-06-041-3/+3
* Handle the case where there is a user breakpoint set at the location of one o...Jim Ingham2013-05-161-0/+8
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-3/+3
* Return a useful error message from ValidatePlan if the expression can't be ma...Jim Ingham2013-03-281-7/+23
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-2/+2
* Add a test for handling a function call that throws an exception, and make it...Jim Ingham2013-02-141-6/+0
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-28/+53
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-14/+39
* Set ThreadPlanCallFunction to private in ConstructorSetup. This fixes a prob...Andrew Kaylor2012-12-071-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* The Function calling thread plan was replacing the stored stop info too soon,...Jim Ingham2012-11-261-6/+16
* Some more typing-related fixes.Filipe Cabecinhas2012-09-111-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+2
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham2012-05-111-1/+1
* Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...Jim Ingham2012-05-111-10/+14
* If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham2012-05-101-14/+34
* Don't do the work in DoTakedown if the thread plan isn't valid.Jim Ingham2012-04-131-12/+21
* Factor out a bunch of common code in the two ThreadPlanCallFunction construct...Jim Ingham2012-04-131-97/+62
* ThreadPlanCallFunction's destructor wasn't calling DoTakedown, so if the that...Jim Ingham2012-04-131-0/+1
OpenPOWER on IntegriCloud