summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanBase.cpp
AgeCommit message (Expand)Author
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-11-11[lldb][NFC] Inclusive Language: rename master plan to controlling planQuinn Pham
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-02-19[lldb] Rename {stop,run}_vote to report_{stop,run}_voteDave Lee
2020-04-03Make ThreadPlans use TID and Process, rather than Thread *.Jim Ingham
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
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-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-02-27Improve logging a bit by printing the exception or signal type description.Greg Clayton
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...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-03-27<rdar://problem/13521159>Greg Clayton
2013-02-22The thread plans run before the event is broadcast, so they should be calling...Jim Ingham
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham
2012-12-20Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor
2012-12-05<rdar://problem/12649160>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-04-09Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-09-21StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method ...Johnny Chen
2011-02-08Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...Jim Ingham
2011-01-24More useful STEP logging.Jim Ingham
2010-11-18The thread plan destructors may call Thread virtual methods. That means they...Jim Ingham
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham
2010-10-20Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner