aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanCallFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-27Add GNU indirect function support in expressions for Linux.Matt Kopec1-2/+2
2013-02-14Add a test for handling a function call that throws an exception, and make it...Jim Ingham1-6/+0
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham1-28/+53
2013-01-15Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham1-14/+39
2012-12-07Set ThreadPlanCallFunction to private in ConstructorSetup. This fixes a prob...Andrew Kaylor1-0/+1
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-4/+4
2012-11-26The Function calling thread plan was replacing the stored stop info too soon,...Jim Ingham1-6/+16
2012-09-11Some more typing-related fixes.Filipe Cabecinhas1-2/+2
2012-08-29<rdar://problem/11757916>Greg Clayton1-0/+2
2012-08-09Removed explicit NULL checks for shared pointersSean Callanan1-1/+1
2012-05-11Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham1-1/+1
2012-05-11Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...Jim Ingham1-10/+14
2012-05-10If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham1-14/+34
2012-04-13Don't do the work in DoTakedown if the thread plan isn't valid.Jim Ingham1-12/+21
2012-04-13Factor out a bunch of common code in the two ThreadPlanCallFunction construct...Jim Ingham1-97/+62
2012-04-13ThreadPlanCallFunction's destructor wasn't calling DoTakedown, so if the that...Jim Ingham1-0/+1
2012-04-10Set variables returned by utility functions toSean Callanan1-1/+2
2012-04-09Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham1-0/+6
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-22/+39
2011-12-22Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham1-5/+8
2011-11-01Enhanced the ObjC DynamicCheckerFunction to test for "object responds to sele...Jim Ingham1-8/+6
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton1-2/+2
2011-08-12Make ValueObject::SetValueFromCString work correctly.Jim Ingham1-2/+2
2011-08-11Fix the broken build that happened with my last checkin.Greg Clayton1-3/+3
2011-08-11Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton1-7/+7
2011-08-10Check log shared pointer before using it.Johnny Chen1-8/+13
2011-07-19The implementation of categories is now synchronization safeEnrico Granata1-1/+1
2011-06-03Fix some order-of-initialisation warningsPeter Collingbourne1-4/+4
2011-05-19Fixed a crasher that was happened when a log shared pointer wasn't valid.Greg Clayton1-10/+17
2011-05-17Fix the error message when an expression evaluation is interrupted by a crash...Jim Ingham1-3/+5