summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
AgeCommit message (Expand)Author
2025-11-06[LLDB] Fix debuginfo ELF files overwriting Unified Section List (#166635)Jacob Lalonde
2025-11-03[lldb] Fix unaligned writes in ObjectFileELF (#165759)Alex Langford
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-09-25Modify ObjectFileELF so it can load notes from PT_NOTE segments. (#160652)Greg Clayton
2025-08-27[LLDB] Omit loading local symbols in LLDB symbol table (#154809)barsolo2000
2025-06-09[LLDB] Unify DWARF section name matching (#141344)nerix
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2025-01-10[lldb] Migrate away from PointerUnion::{is,get} (NFC) (#122420)Kazu Hirata
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee
2024-11-18Add support for reading the dynamic symbol table from PT_DYNAMIC (#116689)Greg Clayton
2024-11-18Revert "Add support for reading the dynamic symbol table from PT_DYNAMIC (#11...Shubham Sandeep Rastogi
2024-11-18Add support for reading the dynamic symbol table from PT_DYNAMIC (#112596)Greg Clayton
2024-11-08[lldb][LoongArch] Function calls support in lldb expressionswanglei
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-12 [LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#102570)Greg Clayton
2024-08-08Revert "[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)"Leonard Chan
2024-08-08[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)Greg Clayton
2024-07-19[lldb] SHT_NOBITS sections type (#99044)dlav-sc
2024-07-11[lldb] Fix a bug for PT_TLS segments getting loaded when they shouldn't. (#98...Greg Clayton
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata
2024-05-10[lldb][ELF] Return address class map changes from symbol table parsing method...David Spickett
2024-05-07[lldb] fix step in AArch64 trampoline (#90783)Vincent Belliard
2024-05-01[LLDB][ELF] Fix section unification to not just use names. (#90099)Alastair Houghton
2024-01-16[lldb][Progress] Separate title and details (#77547)Chelsea Cassanova
2023-10-03[lldb][FreeBSD] Add dynamic loader handle class for FreeBSD Kernel (#67106)aokblast
2023-08-31[lldb] Add support for recognizing swift ast sections in object filesAlex Langford
2023-07-13[lldb] Support Compact C Type Format (CTF) sectionJonas Devlieghere
2023-06-20[lldb][ObjectFileELF] Set ModuleSpec file offset and sizeKazuki Sakamoto
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford
2023-04-29[lldb][ObjectFileELF] Support AArch32 in ApplyRelocationsStefan Gränitz
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford
2023-04-13[lldb][ObjectFileELF] Improve error output for unsupported arch/relocationsStefan Gränitz
2023-03-13[LLDB][ObjectFileELF] Correct the return type of Reloc{Offset,Addend}32Weining Lu
2023-03-13[LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64Weining Lu
2023-03-13[LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctionsWeining Lu
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-01[LLDB][LoongArch] Add LoongArch ArchSpec and subtype detectionTiezhu Yang
2022-09-13lldb: Add support for R_386_32 relocations to ObjectFileELFDavid M. Lary
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
2022-08-22Don't create sections for SHN_ABS symbols in ELF files.Greg Clayton
2022-07-14[lldb] Remove ELF .zdebug supportFangrui Song
2022-07-13[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song