aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-09[LLDB] Unify DWARF section name matching (#141344)nerix1-33/+3
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-2/+1
2025-01-10[lldb] Migrate away from PointerUnion::{is,get} (NFC) (#122420)Kazu Hirata1-29/+29
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl1-0/+1
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru1-1/+0
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl1-0/+1
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee1-0/+1
2024-11-18Add support for reading the dynamic symbol table from PT_DYNAMIC (#116689)Greg Clayton1-20/+160
2024-11-18Revert "Add support for reading the dynamic symbol table from PT_DYNAMIC (#11...Shubham Sandeep Rastogi1-161/+21
2024-11-18Add support for reading the dynamic symbol table from PT_DYNAMIC (#112596)Greg Clayton1-21/+161
2024-11-08[lldb][LoongArch] Function calls support in lldb expressionswanglei1-0/+17
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-8/+13
2024-08-12 [LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#102570)Greg Clayton1-120/+306
2024-08-08Revert "[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)"Leonard Chan1-302/+120
2024-08-08[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)Greg Clayton1-120/+302
2024-07-19[lldb] SHT_NOBITS sections type (#99044)dlav-sc1-1/+4
2024-07-11[lldb] Fix a bug for PT_TLS segments getting loaded when they shouldn't. (#98...Greg Clayton1-0/+14
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata1-1/+1
2024-05-10[lldb][ELF] Return address class map changes from symbol table parsing method...David Spickett1-28/+49
2024-05-07[lldb] fix step in AArch64 trampoline (#90783)Vincent Belliard1-1/+18
2024-05-01[LLDB][ELF] Fix section unification to not just use names. (#90099)Alastair Houghton1-12/+47
2024-01-16[lldb][Progress] Separate title and details (#77547)Chelsea Cassanova1-3/+2
2023-10-03[lldb][FreeBSD] Add dynamic loader handle class for FreeBSD Kernel (#67106)aokblast1-5/+38
2023-08-31[lldb] Add support for recognizing swift ast sections in object filesAlex Langford1-0/+1
2023-07-13[lldb] Support Compact C Type Format (CTF) sectionJonas Devlieghere1-0/+1
2023-06-20[lldb][ObjectFileELF] Set ModuleSpec file offset and sizeKazuki Sakamoto1-1/+13
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere1-1/+1
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford1-1/+1
2023-04-29[lldb][ObjectFileELF] Support AArch32 in ApplyRelocationsStefan Gränitz1-0/+53
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford1-1/+1
2023-04-13[lldb][ObjectFileELF] Improve error output for unsupported arch/relocationsStefan Gränitz1-27/+39
2023-03-13[LLDB][ObjectFileELF] Correct the return type of Reloc{Offset,Addend}32Weining Lu1-4/+4
2023-03-13[LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64Weining Lu1-4/+4
2023-03-13[LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctionsWeining Lu1-44/+83
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-2/+2
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich1-9/+8
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-3/+3
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-4/+4
2022-11-01[LLDB][LoongArch] Add LoongArch ArchSpec and subtype detectionTiezhu Yang1-0/+14
2022-09-13lldb: Add support for R_386_32 relocations to ObjectFileELFDavid M. Lary1-11/+34
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham1-5/+5
2022-08-22Don't create sections for SHN_ABS symbols in ELF files.Greg Clayton1-17/+0
2022-07-14[lldb] Remove ELF .zdebug supportFangrui Song1-3/+2
2022-07-13[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song1-2/+1
2022-05-05[lldb] Fix ppc64 detection in lldbserge-sans-paille1-0/+10
2022-05-03Revert "[lldb] Fix ppc64 detection in lldb"David Spickett1-10/+0
2022-05-03[lldb] Fix ppc64 detection in lldbserge-sans-paille1-0/+10
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere1-3/+3
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere1-4/+28