aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target
AgeCommit message (Expand)AuthorFilesLines
2025-12-05[lldb] Add support for PC-less scripted frames (#170805)Med Ismail Bennani2-1/+13
2025-12-05[lldb][NFCI] Remove FileAction::GetPath (#170764)Alex Langford1-3/+3
2025-12-04Add a `breakpoint add` command to fix the option-madness that is `breakpoint ...jimingham1-0/+42
2025-12-03[LLDB] Fix deadlock in module callback when running in parallel (#168425)Jacob Lalonde1-2/+3
2025-12-03[lldb] Fix ThreadPlanStepOut::DoPlanExplainsStop inspection of BreakpointSite...Felipe de Azevedo Piovezan1-7/+4
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...users/pranavk/bazel-fix-159173-1764801865Med Ismail Bennani5-3/+192
2025-12-02[lldb/Target] Add BorrowedStackFrame and make StackFrame methods virtual (#17...Med Ismail Bennani3-0/+191
2025-12-01[lldb/Target] Track containing StackFrameList to avoid circular dependencies ...Med Ismail Bennani2-2/+20
2025-11-28[NFC][lldb][windows] fully qualify references to MemoryRegionInfo (#169845)Charles Zablit1-8/+9
2025-11-26[lldb] Fix reading 32-bit signed integers (#169150)Igor Kudrin2-3/+7
2025-11-26[lldb-dap] Add multi-session support with shared debugger instances (#163653)Janet Yang1-0/+17
2025-11-24[lldb] Show signal number description (#164176)Ebuka Ezike1-0/+7
2025-11-21[lldb] Remove redundant declarations (NFC) (#169003)Kazu Hirata1-2/+0
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere2-3/+3
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang1-4/+3
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch5-188/+3
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani5-3/+188
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham1-0/+5
2025-11-07[lldb] Correctly detach (rather than kill) when connecting with gdb-remote (#...Jonas Devlieghere1-0/+1
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo5-48/+35
2025-11-06[lldb/Target] Add SyntheticFrameProvider class (#166664)Med Ismail Bennani2-0/+101
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch2-4/+4
2025-11-04[lldb][Runtime] Move VerboseTrapFrameRecognizer into CPPLanguageRuntime (#166...Michael Buch3-159/+0
2025-11-03[NFC][LLDB][BoundsSatety] Add `InstrumentationRuntime::MatchAllModules` (#166...Dan Liew1-1/+2
2025-11-03[lldb] Fix indentation when printing stop hooks (#165945)Julian Lettner1-13/+6
2025-10-31[lldb] Refactor LLDB Breakpoint Event Notifications to centralize and elimina...Piyush Jaiswal1-0/+17
2025-10-24[lldb] Introduce internal stop hooks (#164506)Julian Lettner1-25/+52
2025-10-21[lldb] Implement Process::ReadMemoryRanges (#163651)Felipe de Azevedo Piovezan1-0/+43
2025-10-20Fix a potential use-after-free in StopInfoBreakpoint. (#163471)jimingham1-2/+11
2025-10-13Delegate to ABI plugin to check if call frame addresses are valid (#161398)pveras1-11/+21
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham1-25/+46
2025-10-09Fix comment typo in `StructuredDataPlugin.cpp` (#162637)Max Desiatov1-1/+1
2025-10-08[lldb] Fix stepping out if the return address is not allowed to stop at (#161...Igor Kudrin1-2/+3
2025-10-09[lldb][Language] Make SourceLanguage::GetDescription for language version (#1...Michael Buch1-1/+1
2025-10-08[lldb] Fix use after free on ModuleList::RemoveSharedModuleIfOrphaned (#155331)Augusto Noronha1-2/+2
2025-10-08[lldb] Fix off-by-one error in ToDwarfSourceLanguage (#162315)Joshua Peterson1-1/+1
2025-10-07[lldb] Add support for unique target ids (#160736)Janet Yang2-0/+15
2025-10-03[lldb][Language] Add Language::GetDisplayNameForLanguageType API (#161803)Michael Buch1-0/+4
2025-10-03[lldb][Language] Simplify SourceLanguage::GetDescription (#161804)Michael Buch1-6/+20
2025-10-03[lldb][Lanugage][NFC] Adapt Language::ForEach to IterationAction (#161830)Michael Buch1-7/+8
2025-10-01[LLDB] Add load core time to target metrics (#161581)Jacob Lalonde1-0/+5
2025-09-23[lldb] Rework how we pass the execution context to the statusline (#159887)Jonas Devlieghere1-37/+58
2025-09-19[lldb] Don't call FixDataAddress when reading fp in ReadGPRValue (#159606)Felipe de Azevedo Piovezan1-3/+0
2025-09-18[lldb][nfc] Remove no-op calls to Fix*Address (#159586)Felipe de Azevedo Piovezan1-19/+14
2025-09-12[lldb] Track CFA pointer metadata in StackID (#157498)Felipe de Azevedo Piovezan3-13/+8
2025-09-09NFC: SBThread should not be the one to compute StopReasonData. (#157577)jimingham1-12/+93
2025-09-09[lldb] Unwind through ARM Cortex-M exceptions automatically (#153922)Jason Molenda1-0/+44
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang1-10/+10
2025-09-08[lldb][Instrumentation] Set selected frame to outside sanitizer libraries (#1...Michael Buch1-0/+42
2025-09-08[lldb][Target] Clear selected frame index after a StopInfo::PerformAction (#1...Michael Buch2-0/+10