summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-20/+20
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-21/+16
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-175/+150
* Improve logging a bit by printing the exception or signal type description.Greg Clayton2014-02-271-2/+2
* If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham2013-06-041-2/+2
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-2/+18
* Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots:Daniel Malea2013-05-011-16/+0
* Make "process handle -n true -s false" actually notifies of the signal.Jim Ingham2013-04-301-0/+16
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* The thread plans run before the event is broadcast, so they should be calling...Jim Ingham2013-02-221-1/+1
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-201-1/+2
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+8
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham2012-04-091-0/+1
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-3/+3
* StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method ...Johnny Chen2011-09-211-0/+1
* Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...Jim Ingham2011-02-081-0/+9
* More useful STEP logging.Jim Ingham2011-01-241-2/+14
* The thread plan destructors may call Thread virtual methods. That means they...Jim Ingham2010-11-181-0/+7
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-3/+11
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-7/+7
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-89/+60
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-7/+8
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+202
OpenPOWER on IntegriCloud