aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target
AgeCommit message (Expand)AuthorFilesLines
2026-01-08[lldb] Keep the unexpected b/p state for suspended threads (#174264)Igor Kudrin1-1/+10
2026-01-07[lldb][Format] Introduce a `FormatEntity::Formatter` class and move the `Form...Michael Buch2-4/+5
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin2-3/+3
2025-12-23[lldb][NFC] Assert ASTNodeUPs and pass ASTNodes by reference in DIL (#173240)Ilia Kuklin1-1/+1
2025-12-22[lldb] Add ReadCStrings API to Process (#172026)Felipe de Azevedo Piovezan1-1/+57
2025-12-18[lldb] Add priority support to synthetic frame providers (#172848)Med Ismail Bennani2-7/+38
2025-12-18[lldb][windows] add Windows Virtual Console support (#168729)Charles Zablit1-0/+2
2025-12-17Revert "Make result variables obey their dynamic values in subsequent express...Dave Lee1-1/+1
2025-12-11Make result variables obey their dynamic values in subsequent expressions (#1...jimingham1-1/+1
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)" (#...Med 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