| Age | Commit message (Expand) | Author |
| 2024-10-30 | Fix call site breakpoint patch (#114158) | jimingham |
| 2024-10-28 | Revert "Add the ability to break on call-site locations, improve inli⦠(#11... | jimingham |
| 2024-10-28 | Add the ability to break on call-site locations, improve inline stepping (#11... | jimingham |
| 2024-10-19 | [lldb] Introduce Language::AreEquivalentFunctions (#112720) | Felipe de Azevedo Piovezan |
| 2024-08-05 | New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr... | jeffreytan81 |
| 2024-07-01 | [lldb] Make semantics of SupportFile equivalence explicit (#97126) | Jonas Devlieghere |
| 2024-06-06 | [lldb] Fix ThreadPlanStepOverRange name in log message (#94611) | Marianne Mailhot-Sarrasin |
| 2024-01-16 | [lldb] Store SupportFile in LineEntry (NFC) (#77999) | Jonas Devlieghere |
| 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 |
| 2020-04-03 | Make ThreadPlans use TID and Process, rather than Thread *. | Jim Ingham |
| 2020-03-20 | Improve step over performance | Jaroslav Sevcik |
| 2020-01-30 | [lldb][NFCI] Remove unused LanguageType parameters | Alex Langford |
| 2020-01-24 | [lldb][NFC] Fix all formatting errors in .cpp file headers | Raphael Isemann |
| 2019-12-05 | [lldb][NFC] Move Address and AddressRange functions out of Stream and let the... | 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-12-15 | Simplify Boolean expressions | Jonas Devlieghere |
| 2018-11-15 | Add setting to require hardware breakpoints. | Jonas Devlieghere |
| 2018-11-11 | Remove header grouping comments. | Jonas Devlieghere |
| 2018-04-30 | Reflow paragraphs in comments. | Adrian Prantl |
| 2017-03-03 | Move Log from Core -> Utility. | Zachary Turner |
| 2017-02-02 | Move classes from Core -> Utility. | Zachary Turner |
| 2016-11-17 | Fix step-over when SymbolContext.function is missing and symbol is present. | Sam McCall |
| 2016-11-16 | Don't allow direct access to StreamString's internal buffer. | Zachary Turner |
| 2016-09-06 | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone |
| 2016-07-29 | Some code that is sanity checking stepping out back out from one inlined | Jim Ingham |
| 2016-05-11 | Keep original source path and mapped path in LineEntry | Ted Woodward |
| 2016-01-08 | Re-apply r257117 (reverted in r257138 temporarily), | Jason Molenda |
| 2016-01-08 | Revert r257117 "Performance improvement: Change lldb so that it | Jason Molenda |
| 2016-01-08 | Performance improvement: Change lldb so that it puts a breakpoint | Jason Molenda |
| 2015-12-15 | Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa... | Eugene Zelenko |
| 2015-08-14 | I was assuming that when a bit of inlined code was followed by code from the ... | Jim Ingham |
| 2015-07-23 | Most thread plans don't handle eStopReasonInstrumentation stop reasons, | Jim Ingham |
| 2015-07-08 | Make many mangled functions that might demangle a name be allowed to specify ... | Greg Clayton |
| 2015-06-18 | Fix a variety of typos. | Bruce Mitchener |
| 2015-03-18 | Move lldb-log.cpp to core/Logging.cpp | Zachary Turner |
| 2014-09-29 | This checkin is the first step in making the lldb thread stepping mechanism m... | Jim Ingham |
| 2014-08-06 | When stepping, handle the case where the step leaves us with | Jim Ingham |
| 2014-08-05 | If you found a step through plan stop looking up the stack for a step out plan. | Jim Ingham |
| 2014-03-13 | This commit reworks how the thread plan's ShouldStopHere mechanism works, so ... | Jim Ingham |
| 2013-11-04 | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda |
| 2013-11-02 | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda |
| 2013-09-17 | Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRange | Daniel Malea |
| 2013-09-06 | Correct logic error found by inspection. | Ed Maste |
| 2013-07-18 | This commit does two things. One, it converts the return value of the QueueT... | Jim Ingham |
| 2013-06-04 | If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ... | 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 |