aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Core
AgeCommit message (Expand)AuthorFilesLines
34 hours[LLDB] Set and verify paths of properties from tablegen (#179524)Nerixyz4-6/+12
6 days[lldb] Add a new way of loading files from a shared cache (#179881)Jason Molenda2-0/+14
6 days[lldb] Return Expected<ModuleSP> from Process::ReadModuleFromMemory (#179583)Alex Langford1-3/+17
6 daysPrevents a potential lock inversion in StatusLine when shutting down. (#179789)jimingham1-28/+29
9 days[lldb][NFC] Remove unused method Module::SetUUID (#178803)Alex Langford1-10/+0
13 days[lldb] Fix typos in property descriptions. (#178757)Ryan Mansfield1-3/+3
13 days[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda1-18/+19
13 days[lldb] [disassembler] chore: add GetVariableAnnotations to SBInstruction api ...n2h91-0/+41
2026-01-28[lldb] Add the ability to load ELF core file executables and shared libraries...Greg Clayton1-5/+9
2026-01-27[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford3-3/+4
2026-01-27[lldb][NFC] Remove ObjectFile::ResolveSymbolForAddress (#177479)Alex Langford1-9/+0
2026-01-27[lldb] Enable locate module callback for main executable in launch mode (#176...GeorgeHuyubo1-11/+19
2026-01-22[LLDB] Add a setting to simulate variables with missing locations (#177279)Adrian Prantl3-2/+39
2026-01-19Revert "[lldb] add a marker before hidden frames (#167550)" (#176747)Charles Zablit2-11/+0
2026-01-19[lldb][Module][NFC] Remove unused always_create parameter to GetSharedModule ...Michael Buch1-3/+2
2026-01-19[lldb] add a marker before hidden frames (#167550)Charles Zablit2-0/+11
2026-01-08[lldb][Format] Reject recursive format entities (#174750)Michael Buch1-0/+25
2026-01-07[lldb][Format] Introduce a `FormatEntity::Formatter` class and move the `Form...Michael Buch4-191/+180
2026-01-07[lldb] Add zlib to version -v output (#174753)David Spickett1-0/+3
2026-01-04[lldb] Handle not being able to read a file in the SourceManager (#174346)Jonas Devlieghere1-2/+11
2025-12-18[lldb] Fix frame-format string missing space when module is invalid (#172767)Med Ismail Bennani1-2/+2
2025-12-17[lldb] Prefer exact address match when looking up symbol by address (#172055)Augusto Noronha1-9/+17
2025-12-15[lldb][NFCI] Make LookupInfo const (#171901)Alex Langford1-7/+14
2025-12-11[lldb][NFC] Change ObjectFile argument type (#171574)Jason Molenda1-2/+4
2025-12-11[lldb][Module] Only log SDK search error once per debugger session (#171820)Michael Buch1-1/+3
2025-12-11[lldb] Correct use_editline check in IOHandlerEditline (#171733)Jonas Devlieghere1-2/+7
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