| Age | Commit message (Expand) | Author |
| 2024-06-13 | [lldb] Support case-insensitive regex matches (#95350) | Jonas Devlieghere |
| 2024-06-08 | [lldb] Use const reference for range variables to improve performance (NFC) (... | Shivam Gupta |
| 2024-04-25 | Initial step in targets DAP support (#86623) | jeffreytan81 |
| 2024-04-24 | [lldb][nfc] Move broadcaster class strings away from ConstString (#89690) | Alex Langford |
| 2024-02-06 | Support statistics dump summary only mode (#80745) | Wanyi |
| 2023-12-12 | [lldb] Make only one function that needs to be implemented when searching for... | Greg Clayton |
| 2023-11-20 | Revert "Add new API in SBTarget for loading core from SBFile (#71769)" | Muhammad Omair Javaid |
| 2023-11-17 | Add new API in SBTarget for loading core from SBFile (#71769) | GeorgeHuyubo |
| 2023-11-05 | [lldb] Remove LocateSymbolFile (#71301) | Jonas Devlieghere |
| 2023-11-04 | [lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267) | Jonas Devlieghere |
| 2023-09-21 | Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)" | David Spickett |
| 2023-09-21 | Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)" | David Spickett |
| 2023-09-20 | [lldb] Add 'modify' type watchpoints, make it default (#66308) | Jason Molenda |
| 2023-09-18 | Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)" | Jason Molenda |
| 2023-09-18 | [lldb] Add 'modify' type watchpoints, make it default (#66308) | Jason Molenda |
| 2023-08-11 | [lldb] SBTarget::AddModule do all searches by UUID, set Target arch | Jason Molenda |
| 2023-07-05 | [lldb] Fix incorrect uses of formatv specifiers in LLDB_LOG | Jonas Devlieghere |
| 2023-06-06 | [lldb/Target] Add ability to set a label to targets | Med Ismail Bennani |
| 2023-06-01 | Fix regex & startsWith name lookup in SBTarget::FindGlobalVariables | Jim Ingham |
| 2023-05-18 | [lldb] Guarantee the lifetimes of all strings returned from SBAPI | Alex Langford |
| 2023-04-06 | [lldb] Add an overload to SetModuleLoadAddress that takes an unsigned value | Jonas Devlieghere |
| 2023-03-03 | [lldb/Plugins] Add Attach capabilities to ScriptedProcess | Med Ismail Bennani |
| 2023-02-28 | Fix the run locker setting for async launches that don't stop at the | Jim Ingham |
| 2022-11-16 | Make CompilerType safe | Adrian Prantl |
| 2022-03-14 | Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's. | Jim Ingham |
| 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 |
| 2022-01-20 | [lldb] Decouple instrumentation from the reproducers | Jonas Devlieghere |
| 2022-01-09 | [lldb] Remove LLDB_RECORD_RESULT macro | Jonas Devlieghere |
| 2022-01-09 | [lldb] Remove reproducer instrumentation | Jonas Devlieghere |
| 2022-01-02 | [API] Remove redundant member initialization (NFC) | Kazu Hirata |
| 2021-11-23 | [formatters] List and forward_list capping_size determination and application | Danil Stefaniuc |
| 2021-11-01 | [lldb][NFC] avoid unnecessary roundtrips between different string types | Xu Jun |
| 2021-10-25 | Add modules stats into the "statistics dump" command. | Greg Clayton |
| 2021-10-21 | Modify "statistics dump" to dump JSON. | Greg Clayton |
| 2021-10-05 | [lldb] Remove some anonymous namespaces | Pavel Labath |
| 2021-08-05 | [lldb] Use a struct to pass function search options to Module::FindFunction | Jonas Devlieghere |
| 2021-06-17 | [trace][intel-pt] Create basic SB API | Walter Erquinigo |
| 2021-04-16 | Target::ReadMemory read from read-only binary file Section, not memory | Jason Molenda |
| 2021-03-03 | [lldb][NFC] Delete unused AddressResolverName | Raphael Isemann |
| 2021-03-01 | [lldb] Revert ScriptedProcess patches | Med Ismail Bennani |
| 2021-03-01 | [lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch | Med Ismail Bennani |
| 2021-02-03 | [lldb/test] Stop recording fundamental return types (NFC) | Med Ismail Bennani |
| 2021-02-01 | [lldb/API] Expose Module::IsLoadedInTarget() to SB API (NFC) | Med Ismail Bennani |
| 2020-12-15 | [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload | Med Ismail Bennani |
| 2020-12-15 | Revert "[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code)... | Med Ismail Bennani |
| 2020-12-15 | [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload | Med Ismail Bennani |
| 2020-11-23 | [lldb] Prevent 'process connect' from using local-only plugins | Michał Górny |
| 2020-08-05 | "|" used when "||" was meant in SBTarget::FindFunctions | Jim Ingham |
| 2020-08-05 | [lldb] Make SBTarget::LaunchSimple start form the target's LaunchInfo | Jonas Devlieghere |