summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlan.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-1/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-0/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix incorrect logging in ThreadPlan::ShouldReportStopPavel Labath2017-02-031-5/+2
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-6/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-251/+187
* Delete Host/windows/win32.hZachary Turner2016-08-091-12/+12
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-17/+17
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-17/+5
* Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham2015-07-231-0/+18
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Move some functions from source/lldb.cpp to Utility.Zachary Turner2015-03-181-0/+1
* Add null RegisterContext assertionsEd Maste2015-02-231-0/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-10/+5
* clean up about 22 warnings messagesMichael Sartain2013-08-071-12/+12
* <rdar://problem/14526890>Greg Clayton2013-07-301-0/+141
* Add some useful logging for tracking thread matching problems.Jim Ingham2013-06-221-2/+3
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-1/+19
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham2012-05-101-0/+1
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-1/+1
* Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham2012-05-011-2/+4
* Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham2012-04-091-1/+2
* First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham2012-03-091-43/+0
* Convert the thread plans over from using the stack count to do their logic to...Jim Ingham2012-03-011-2/+4
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-1/+1
* Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham2010-11-301-0/+7
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-0/+11
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Cleaned up step logging a bit.Greg Clayton2010-09-031-3/+4
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-4/+27
* Fix constructor initialization order. Patch by Bill Lynch.Benjamin Kramer2010-07-161-4/+4
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-3/+3
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-1/+2
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+185
OpenPOWER on IntegriCloud