summaryrefslogtreecommitdiff
path: root/include/lldb/Target/ThreadPlanBase.h
AgeCommit message (Expand)Author
2019-04-10[NFC] Remove ASCII lines from commentsJonas 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
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-09-02Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Targe...Pavel Labath
2013-07-18This commit does two things. One, it converts the return value of the QueueT...Jim Ingham
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham
2013-05-01Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots:Daniel Malea
2013-04-30Make "process handle -n true -s false" actually notifies of the signal.Jim Ingham
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham
2012-04-09Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham
2011-01-24More useful STEP logging.Jim Ingham
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner