aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanBase.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-175/+150
2014-02-27Improve logging a bit by printing the exception or signal type description.Greg Clayton1-2/+2
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham1-2/+2
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham1-2/+18
2013-05-01Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots:Daniel Malea1-16/+0
2013-04-30Make "process handle -n true -s false" actually notifies of the signal.Jim Ingham1-0/+16
2013-03-27<rdar://problem/13521159>Greg Clayton1-1/+1
2013-02-22The thread plans run before the event is broadcast, so they should be calling...Jim Ingham1-1/+1
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham1-1/+1
2012-12-20Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor1-1/+2
2012-12-05<rdar://problem/12649160>Greg Clayton1-0/+8
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-3/+3
2012-04-09Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham1-0/+1
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton1-3/+3
2011-09-21StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method ...Johnny Chen1-0/+1
2011-02-08Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...Jim Ingham1-0/+9
2011-01-24More useful STEP logging.Jim Ingham1-2/+14
2010-11-18The thread plan destructors may call Thread virtual methods. That means they...Jim Ingham1-0/+7
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham1-3/+11
2010-10-20Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham1-7/+7
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton1-89/+60
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham1-7/+8
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+202