summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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