aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-18Add support for reading the dynamic symbol table from PT_DYNAMIC (#116689)Greg Clayton1-0/+40
2024-11-18Revert "Add support for reading the dynamic symbol table from PT_DYNAMIC (#11...Shubham Sandeep Rastogi1-41/+0
2024-11-18Add support for reading the dynamic symbol table from PT_DYNAMIC (#112596)Greg Clayton1-0/+41
2024-08-12 [LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#102570)Greg Clayton1-1/+34
2024-08-08Revert "[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)"Leonard Chan1-34/+1
2024-08-08[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)Greg Clayton1-1/+34
2024-05-10[lldb][ELF] Add a comment to explain address class map typeDavid Spickett1-0/+3
2024-05-10[lldb][ELF] Return address class map changes from symbol table parsing method...David Spickett1-10/+11
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
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-0/+4
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere1-2/+2
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton1-5/+6
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton1-3/+3
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton1-3/+3
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath1-5/+5
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-1/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-4/+4
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2020-02-11[NFC] [lldb] Remove unused declarationJan Kratochvil1-3/+0
2019-10-07[lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine1-0/+12
2019-08-05ObjectFile[ELF]: Refactor gnu_debuglink interfacePavel Labath1-1/+3
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath1-0/+7
2019-07-22ELF: Fix a "memset clearing object of non-trivial type" warningPavel Labath1-3/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-7/+0
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl1-7/+7
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-3/+3
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-10Implement ObjectFileELF::GetBaseAddressPavel Labath1-0/+2
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath1-1/+1
2018-12-18ELF: Don't create sections for section header index 0Pavel Labath1-2/+2
2018-12-15ELF: more section creation cleanupPavel Labath1-0/+2
2018-12-12ELF: Simplify program header iterationPavel Labath1-12/+4
2018-11-11Remove header grouping comments.Jonas Devlieghere1-2/+0
2018-06-27Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha1-2/+2
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl1-5/+5
2018-03-20Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath1-0/+7
2018-02-28Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath1-6/+0
2018-02-27[lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath1-0/+6
2017-12-15ObjectFileELF: Add support for compressed sectionsPavel Labath1-0/+7
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-3/+1
2017-10-02Improve FreeBSD kernel debuggingEd Maste1-11/+14
2017-06-20[linux] Change the way we load vdso pseudo-modulePavel Labath1-14/+2
2017-05-12Rename Error -> Status.Zachary Turner1-1/+1
2017-05-02Change UniqueCStringMap to use ConstString as the keyPavel Labath1-1/+1