summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlan.cpp
AgeCommit message (Expand)Author
2024-08-05New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr...jeffreytan81
2023-04-05[lldb] Detach the child process when stepping over a forkPavel Labath
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-08-01[lldb] Avoid moving ThreadPlanSP from plans vectorDave Lee
2021-02-19[lldb] Rename {stop,run}_vote to report_{stop,run}_voteDave Lee
2021-02-15[lldb] Remove unused ThreadPlan tracer utilities (NFC)Dave Lee
2021-02-10[lldb] Minor cleanups to ThreadPlan.h (NFC)Dave Lee
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo
2020-04-03Fix LLDB debug buildsWalter Erquinigo
2020-04-03Fix unused variable, format, and format string warnings.Eric Christopher
2020-04-03Allow the ThreadPlanStackMap to hold the thread plans for threadsJim Ingham
2020-04-03Move thread plan stacks into the Process, indexed by TID.Jim Ingham
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-11-15Add setting to require hardware breakpoints.Jonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-03Fix incorrect logging in ThreadPlan::ShouldReportStopPavel Labath
2017-02-01Break some dependencies in lldbUtility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko
2015-07-23Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-03-18Move some functions from source/lldb.cpp to Utility.Zachary Turner
2015-02-23Add null RegisterContext assertionsEd Maste
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-08-07clean up about 22 warnings messagesMichael Sartain
2013-07-30<rdar://problem/14526890>Greg Clayton
2013-06-22Add some useful logging for tracking thread matching problems.Jim Ingham
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-05-10If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham
2012-05-03Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham
2012-05-01Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham
2012-04-09Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham
2012-03-09First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham
2012-03-01Convert the thread plans over from using the stack count to do their logic to...Jim Ingham
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton