summaryrefslogtreecommitdiff
path: root/lldb/source/Core
AgeCommit message (Expand)Author
2025-11-22[lldb] [disassembler] chore: update VariableAnnotator::Annotate to except onl...n2h9
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang
2025-11-12[lldb][NFC] Remove plugin headers from Module (#167789)Alex Langford
2025-11-07[libcxxabi][ItaniumDemangle] Separate GtIsGt counter into more states (#166578)Michael Buch
2025-11-06[LLDB] Fix debuginfo ELF files overwriting Unified Section List (#166635)Jacob Lalonde
2025-11-06[lldb] Add function to tell if a section is a GOT section (#165936)Augusto Noronha
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-10-31[lldb] Emit a progress event from the source manager (#165802)Jonas Devlieghere
2025-10-23[lldb] Added a warning in case of instruction decode failure (#164413)Timur Golubovich
2025-10-13[lldb] Support OSC escape codes for native progress (#162162)Jonas Devlieghere
2025-10-09[lldb] Actually use new SharedModuleList class (#162574)Augusto Noronha
2025-10-08[lldb] Fix use after free on ModuleList::RemoveSharedModuleIfOrphaned (#155331)Augusto Noronha
2025-10-08[lldb] Ignore trailing spaces on quit confirmation (#162263)Ebuka Ezike
2025-10-03[lldb][Lanugage][NFC] Adapt Language::ForEach to IterationAction (#161830)Michael Buch
2025-10-01[lldb][Mangled][NFC] Remove redundant const-qualifier on llvm::StringRef argu...Michael Buch
2025-09-23[lldb] Rework how we pass the execution context to the statusline (#159887)Jonas Devlieghere
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani
2025-08-30[lldb] Refactor variable annotation logic in Disassembler::PrintInstructions ...Abdullah Mohammad Amin
2025-08-29[lldb] Stop the protocol servers when terminating the plugin (#156101)Jonas Devlieghere
2025-08-28[lldb] Add SBFunction::GetBaseName() & SBSymbol::GetBaseName() (#155939)Jonas Devlieghere
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin
2025-08-25Revert "[NFC][lldb] Add a null check, actually use new SharedModuleLi… (#15...Augusto Noronha
2025-08-22[NFC][lldb] Add a null check, actually use new SharedModuleList class (#155006)Augusto Noronha
2025-08-22[LLDB][Value] Require type size when reading a scalar (#153386)nerix
2025-08-13[lldb] Account for registers being host endian when casting values (#150011)David Spickett
2025-08-12Reland "[NFC][lldb] Speed up lookup of shared modules" (229d860) (#152607)Augusto Noronha
2025-08-12[lldb] Support parsing the Wasm symbol table (#153093)Jonas Devlieghere
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen
2025-08-07[lldb] Fix incorrect print of UUID and load address (#152560)Dominic Chen
2025-08-07Revert "[NFC][lldb] Speed up lookup of shared modules (#152054)" (#152582)Augusto Noronha
2025-08-07[NFC][lldb] Speed up lookup of shared modules (#152054)Augusto Noronha
2025-08-07[lldb][Mangled] Move SuffixRange computation into TrackingOutputBuffer (#152483)Michael Buch
2025-08-06[lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetDat...Ilia Kuklin
2025-08-05[lldb][CPlusPlusLanguage] Create public accessors for getting DemangledNameIn...Michael Buch
2025-08-05[lldb] add TemplateRange and NameQualifiersRange to DemangledNameInfo (#150999)Charles Zablit
2025-08-04Fix a deadlock in ModuleList when starting a standalone lldb client/server (#...qxy11
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees
2025-07-28[lldb][NFC] Use IterationAction for ModuleList::ForEach callbacks (#150930)Michael Buch
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-07-18[LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (#146777)Jacob Lalonde
2025-07-15[lldb] Add completions for plugin list/enable/disable (#147775)David Peixotto
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward
2025-07-12[lldb][Format] Fall back to old function.name-with-args if language frame for...Michael Buch
2025-07-03[lldb] Take a sledgehammer approach to resizing the statusline (#146578)Jonas Devlieghere
2025-06-30[lldb] Correctly restore the cursor column after resizing the statusline (#14...Jonas Devlieghere