| Age | Commit message (Expand) | Author |
| 2024-08-05 | New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr... | jeffreytan81 |
| 2023-04-05 | [lldb] Detach the child process when stepping over a fork | Pavel Labath |
| 2022-02-03 | [lldb] Rename Logging.h to LLDBLog.h and clean up includes | Pavel Labath |
| 2022-02-02 | [lldb] Convert "LLDB" log channel to the new API | Pavel Labath |
| 2021-11-11 | [lldb][NFC] Inclusive Language: rename master plan to controlling plan | Quinn Pham |
| 2021-08-01 | [lldb] Avoid moving ThreadPlanSP from plans vector | Dave Lee |
| 2021-02-19 | [lldb] Rename {stop,run}_vote to report_{stop,run}_vote | Dave 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 Linux | Walter Erquinigo |
| 2020-04-03 | Fix LLDB debug builds | Walter Erquinigo |
| 2020-04-03 | Fix unused variable, format, and format string warnings. | Eric Christopher |
| 2020-04-03 | Allow the ThreadPlanStackMap to hold the thread plans for threads | Jim Ingham |
| 2020-04-03 | Move thread plan stacks into the Process, indexed by TID. | Jim Ingham |
| 2020-04-03 | Make ThreadPlans use TID and Process, rather than Thread *. | Jim Ingham |
| 2020-01-24 | [lldb][NFC] Fix all formatting errors in .cpp file headers | Raphael Isemann |
| 2019-07-24 | [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) | Jonas Devlieghere |
| 2019-04-10 | [NFC] Remove ASCII lines from comments | Jonas Devlieghere |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-11-15 | Add setting to require hardware breakpoints. | Jonas Devlieghere |
| 2018-11-11 | Remove header grouping comments. | Jonas Devlieghere |
| 2018-08-07 | Move RegisterValue,Scalar,State from Core to Utility | Pavel Labath |
| 2018-04-30 | Reflow paragraphs in comments. | Adrian Prantl |
| 2017-03-03 | Move Log from Core -> Utility. | Zachary Turner |
| 2017-02-03 | Fix incorrect logging in ThreadPlan::ShouldReportStop | Pavel Labath |
| 2017-02-01 | Break some dependencies in lldbUtility. | Zachary Turner |
| 2016-09-06 | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone |
| 2016-08-09 | Delete Host/windows/win32.h | Zachary Turner |
| 2016-05-18 | remove use of Mutex in favour of std::{,recursive_}mutex | Saleem Abdulrasool |
| 2015-12-15 | Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa... | Eugene Zelenko |
| 2015-07-23 | Most thread plans don't handle eStopReasonInstrumentation stop reasons, | Jim Ingham |
| 2015-05-29 | Don't #include "lldb-python.h" from anywhere. | Zachary Turner |
| 2015-03-18 | Move some functions from source/lldb.cpp to Utility. | Zachary Turner |
| 2015-02-23 | Add null RegisterContext assertions | Ed Maste |
| 2014-04-04 | sweep up -Wformat warnings from gcc | Saleem Abdulrasool |
| 2013-08-07 | clean up about 22 warnings messages | Michael Sartain |
| 2013-07-30 | <rdar://problem/14526890> | Greg Clayton |
| 2013-06-22 | Add some useful logging for tracking thread matching problems. | Jim Ingham |
| 2013-05-08 | Figure 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-05 | Fix Linux build warnings due to redefinition of macros: | Daniel Malea |
| 2012-11-29 | Resolve printf formatting warnings on Linux: | Daniel Malea |
| 2012-05-10 | If the ObjC Step Through Trampoline plan causes a target crash, properly prop... | Jim Ingham |
| 2012-05-03 | Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate... | Jim Ingham |
| 2012-05-01 | Fix reporting of stop reasons when the StepOver & StepIn plans stop because o... | Jim Ingham |
| 2012-04-09 | Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r... | Jim Ingham |
| 2012-03-09 | First stage of implementing step by "run to next branch". Doesn't work yet, ... | Jim Ingham |
| 2012-03-01 | Convert the thread plans over from using the stack count to do their logic to... | Jim Ingham |
| 2011-10-19 | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton |
| 2011-01-06 | Fixed issues with RegisterContext classes and the subclasses. There was | Greg Clayton |