summaryrefslogtreecommitdiff
path: root/lldb/source/Target
AgeCommit message (Expand)Author
2025-11-21[lldb] Remove redundant declarations (NFC) (#169003)Kazu Hirata
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham
2025-11-07[lldb] Correctly detach (rather than kill) when connecting with gdb-remote (#...Jonas Devlieghere
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-11-06[lldb/Target] Add SyntheticFrameProvider class (#166664)Med Ismail Bennani
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch
2025-11-04[lldb][Runtime] Move VerboseTrapFrameRecognizer into CPPLanguageRuntime (#166...Michael Buch
2025-11-03[NFC][LLDB][BoundsSatety] Add `InstrumentationRuntime::MatchAllModules` (#166...Dan Liew
2025-11-03[lldb] Fix indentation when printing stop hooks (#165945)Julian Lettner
2025-10-31[lldb] Refactor LLDB Breakpoint Event Notifications to centralize and elimina...Piyush Jaiswal
2025-10-24[lldb] Introduce internal stop hooks (#164506)Julian Lettner
2025-10-21[lldb] Implement Process::ReadMemoryRanges (#163651)Felipe de Azevedo Piovezan
2025-10-20Fix a potential use-after-free in StopInfoBreakpoint. (#163471)jimingham
2025-10-13Delegate to ABI plugin to check if call frame addresses are valid (#161398)pveras
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham
2025-10-09Fix comment typo in `StructuredDataPlugin.cpp` (#162637)Max Desiatov
2025-10-08[lldb] Fix stepping out if the return address is not allowed to stop at (#161...Igor Kudrin
2025-10-09[lldb][Language] Make SourceLanguage::GetDescription for language version (#1...Michael Buch
2025-10-08[lldb] Fix use after free on ModuleList::RemoveSharedModuleIfOrphaned (#155331)Augusto Noronha
2025-10-08[lldb] Fix off-by-one error in ToDwarfSourceLanguage (#162315)Joshua Peterson
2025-10-07[lldb] Add support for unique target ids (#160736)Janet Yang
2025-10-03[lldb][Language] Add Language::GetDisplayNameForLanguageType API (#161803)Michael Buch
2025-10-03[lldb][Language] Simplify SourceLanguage::GetDescription (#161804)Michael Buch
2025-10-03[lldb][Lanugage][NFC] Adapt Language::ForEach to IterationAction (#161830)Michael Buch
2025-10-01[LLDB] Add load core time to target metrics (#161581)Jacob Lalonde
2025-09-23[lldb] Rework how we pass the execution context to the statusline (#159887)Jonas Devlieghere
2025-09-19[lldb] Don't call FixDataAddress when reading fp in ReadGPRValue (#159606)Felipe de Azevedo Piovezan
2025-09-18[lldb][nfc] Remove no-op calls to Fix*Address (#159586)Felipe de Azevedo Piovezan
2025-09-12[lldb] Track CFA pointer metadata in StackID (#157498)Felipe de Azevedo Piovezan
2025-09-09NFC: SBThread should not be the one to compute StopReasonData. (#157577)jimingham
2025-09-09[lldb] Unwind through ARM Cortex-M exceptions automatically (#153922)Jason Molenda
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang
2025-09-08[lldb][Instrumentation] Set selected frame to outside sanitizer libraries (#1...Michael Buch
2025-09-08[lldb][Target] Clear selected frame index after a StopInfo::PerformAction (#1...Michael Buch
2025-09-08[lldb][NFC] Fix style issues with StackID.h (#157483)Felipe de Azevedo Piovezan
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-09-03Revert "[lldb] Add count for errors of DWO files in statistics and combine DW...David Peixotto
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani
2025-09-03[lldb] Add count for errors of DWO files in statistics and combine DWO file c...Ziyi Wang
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin
2025-08-11[lldb] remove a superfluous assignment statement (#152669)Matej Košík
2025-08-11[lldb][NFC] Address follow up comments in ExecutionContext (#153110)Felipe de Azevedo Piovezan
2025-08-11[lldb] Guard SBFrame/SBThread methods against running processes (#152020)Felipe de Azevedo Piovezan
2025-08-11[lldb] Make StackID call Fix{Code,Data} pointers (#152796)Felipe de Azevedo Piovezan
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen
2025-08-06[lldb] Use const ref for looping over frame recognizers (NFC) (#152334)Dave Lee