aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Core
AgeCommit message (Expand)AuthorFilesLines
2025-12-08[lldb] Dump build configuration with `version -v` (#170772)Jonas Devlieghere1-0/+55
2025-12-08[lldb][NFC] Replace const std::vector& with ArrayRef in APIs (#170834)Felipe de Azevedo Piovezan1-17/+8
2025-12-05[lldb] Add support for PC-less scripted frames (#170805)Med Ismail Bennani2-68/+97
2025-12-04[lldb] [disassembler] chore: enhance VariableAnnotator to return structured d...n2h91-20/+68
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha2-54/+84
2025-12-03[lldb] Add DisassemblerLLVMC::IsBarrier API (#169632)Felipe de Azevedo Piovezan1-0/+5
2025-12-02[lldb/Target] Add BorrowedStackFrame and make StackFrame methods virtual (#17...Med Ismail Bennani1-0/+19
2025-12-01[lldb] Fix a bug when disabling the statusline. (#169127)Jonas Devlieghere1-4/+5
2025-11-22[lldb] [disassembler] chore: update VariableAnnotator::Annotate to except onl...n2h91-22/+22
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere2-43/+43
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison1-3/+6
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang2-1/+22
2025-11-12[lldb][NFC] Remove plugin headers from Module (#167789)Alex Langford1-3/+0
2025-11-07[libcxxabi][ItaniumDemangle] Separate GtIsGt counter into more states (#166578)Michael Buch1-2/+2
2025-11-06[LLDB] Fix debuginfo ELF files overwriting Unified Section List (#166635)Jacob Lalonde1-0/+29
2025-11-06[lldb] Add function to tell if a section is a GOT section (#165936)Augusto Noronha1-0/+4
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo2-7/+32
2025-11-06[lldb/Target] Add SyntheticFrameProvider class (#166664)Med Ismail Bennani1-0/+55
2025-10-31[lldb] Emit a progress event from the source manager (#165802)Jonas Devlieghere1-2/+24
2025-10-23[lldb] Added a warning in case of instruction decode failure (#164413)Timur Golubovich1-1/+2
2025-10-13[lldb] Support OSC escape codes for native progress (#162162)Jonas Devlieghere2-14/+45
2025-10-09[lldb] Actually use new SharedModuleList class (#162574)Augusto Noronha1-7/+6
2025-10-08[lldb] Fix use after free on ModuleList::RemoveSharedModuleIfOrphaned (#155331)Augusto Noronha1-25/+34
2025-10-08[lldb] Ignore trailing spaces on quit confirmation (#162263)Ebuka Ezike1-5/+6
2025-10-03[lldb][Lanugage][NFC] Adapt Language::ForEach to IterationAction (#161830)Michael Buch1-2/+2
2025-10-01[lldb][Mangled][NFC] Remove redundant const-qualifier on llvm::StringRef argu...Michael Buch1-1/+1
2025-09-23[lldb] Rework how we pass the execution context to the statusline (#159887)Jonas Devlieghere3-52/+74
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani1-1/+1
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani2-2/+16
2025-08-30[lldb] Refactor variable annotation logic in Disassembler::PrintInstructions ...Abdullah Mohammad Amin1-142/+123
2025-08-29[lldb] Stop the protocol servers when terminating the plugin (#156101)Jonas Devlieghere1-7/+27
2025-08-28[lldb] Add SBFunction::GetBaseName() & SBSymbol::GetBaseName() (#155939)Jonas Devlieghere1-0/+15
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin1-8/+167
2025-08-25Revert "[NFC][lldb] Add a null check, actually use new SharedModuleLi… (#15...Augusto Noronha1-8/+7
2025-08-22[NFC][lldb] Add a null check, actually use new SharedModuleList class (#155006)Augusto Noronha1-7/+8
2025-08-22[LLDB][Value] Require type size when reading a scalar (#153386)nerix1-0/+3
2025-08-13[lldb] Account for registers being host endian when casting values (#150011)David Spickett1-3/+5
2025-08-12Reland "[NFC][lldb] Speed up lookup of shared modules" (229d860) (#152607)Augusto Noronha1-0/+224
2025-08-12[lldb] Support parsing the Wasm symbol table (#153093)Jonas Devlieghere1-0/+3
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen1-0/+10
2025-08-07[lldb] Fix incorrect print of UUID and load address (#152560)Dominic Chen1-1/+1
2025-08-07Revert "[NFC][lldb] Speed up lookup of shared modules (#152054)" (#152582)Augusto Noronha1-235/+7
2025-08-07[NFC][lldb] Speed up lookup of shared modules (#152054)Augusto Noronha1-7/+235
2025-08-07[lldb][Mangled] Move SuffixRange computation into TrackingOutputBuffer (#152483)Michael Buch2-3/+11
2025-08-06[lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetDat...Ilia Kuklin1-9/+3
2025-08-05[lldb][CPlusPlusLanguage] Create public accessors for getting DemangledNameIn...Michael Buch1-0/+1
2025-08-05[lldb] add TemplateRange and NameQualifiersRange to DemangledNameInfo (#150999)Charles Zablit2-0/+11
2025-08-04Fix a deadlock in ModuleList when starting a standalone lldb client/server (#...qxy111-14/+18
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch2-3/+20
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees1-4/+12