summaryrefslogtreecommitdiff
path: root/lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
AgeCommit message (Expand)Author
2025-08-27[LLDB] Omit loading local symbols in LLDB symbol table (#154809)barsolo2000
2023-06-20[lldb][ObjectFileELF] Set ModuleSpec file offset and sizeKazuki Sakamoto
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song
2020-07-14[lldb/Module] Allow for the creation of memory-only modulesFred Riss
2020-06-07Support build-ids of other sizes than 16 in UUID::SetFromStringRefJaroslav Sevcik
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-23[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann
2019-10-08Explicitly set entry point arch when it's thumb [Second Try]Antonio Afonso
2019-10-04Revert "Explicitly set entry point arch when it's thumb"Antonio Afonso
2019-10-04Explicitly set entry point arch when it's thumbAntonio Afonso
2019-08-20unittests: Use yaml2obj as a library instead of an external processPavel Labath
2019-08-08ObjectFileELF: Convert a unit test to a lit testPavel Labath
2019-07-26SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath
2019-05-06Include inlined functions when figuring out a contiguous address rangeGreg Clayton
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-06[ObjectFile] Prefer reinterpret_cast<>Davide Italiano
2018-11-06[ObjectFileELF] Fix misaligned read/writes caught by UBSan.Davide Italiano
2018-11-05Add a relocation to ObjectFileELF::ApplyRelocations and a testNathan Lanza
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-02-05Add a comment explaining how the input for GetModuleSpecifications_EarlySecti...Pavel Labath
2018-02-05Fix parsing of object files with "early" section headersPavel Labath
2017-12-15ObjectFileELF: Add support for compressed sectionsPavel Labath
2017-10-03cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist
2017-09-13[unittests] Speculative fix for changes introduced in rL313156Vedant Kumar
2017-06-29[unittests] Add a helper function for getting an input filePavel Labath
2017-05-02ObjectFileELF: Fix symbol lookup in bss sectionPavel Labath