summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-231-16/+3
* Explicitly set entry point arch when it's thumb [Second Try]Antonio Afonso2019-10-081-0/+126
* Revert "Explicitly set entry point arch when it's thumb"Antonio Afonso2019-10-041-126/+0
* Explicitly set entry point arch when it's thumbAntonio Afonso2019-10-041-0/+126
* unittests: Use yaml2obj as a library instead of an external processPavel Labath2019-08-201-9/+58
* ObjectFileELF: Convert a unit test to a lit testPavel Labath2019-08-081-59/+0
* SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2019-07-261-3/+3
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-061-33/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ObjectFile] Prefer reinterpret_cast<>Davide Italiano2018-11-061-2/+2
* [ObjectFileELF] Fix misaligned read/writes caught by UBSan.Davide Italiano2018-11-061-13/+20
* Add a relocation to ObjectFileELF::ApplyRelocations and a testNathan Lanza2018-11-051-0/+62
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-3/+3
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-0/+3
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-2/+3
* Add a comment explaining how the input for GetModuleSpecifications_EarlySecti...Pavel Labath2018-02-051-0/+25
* Fix parsing of object files with "early" section headersPavel Labath2018-02-051-0/+14
* ObjectFileELF: Add support for compressed sectionsPavel Labath2017-12-151-1/+2
* cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist2017-10-031-1/+1
* [unittests] Speculative fix for changes introduced in rL313156Vedant Kumar2017-09-131-1/+3
* [unittests] Add a helper function for getting an input filePavel Labath2017-06-291-12/+4
* ObjectFileELF: Fix symbol lookup in bss sectionPavel Labath2017-05-021-0/+105
OpenPOWER on IntegriCloud