summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ObjectFile/ELF
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-203-62/+58
* ObjectFileELF: Convert a unit test to a lit testPavel Labath2019-08-083-242/+0
* SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2019-07-262-4/+4
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-062-36/+7
* [LLDB] - Update the test cases after yaml2obj change.George Rimar2019-04-032-62/+63
* 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-053-0/+246
* [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
* ELF: Replace the header-extension unit test with a lit onePavel Labath2018-07-192-63/+0
* [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-052-0/+25
* Fix parsing of object files with "early" section headersPavel Labath2018-02-053-0/+15
* 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-292-12/+5
* ObjectFileELF: Fix symbol lookup in bss sectionPavel Labath2017-05-023-0/+165
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* [CMake] Add explicit dependencies for ObjectFileELF testsChris Bieneman2017-02-071-0/+4
* Open ELF core dumps with more than 64K sectionsPavel Labath2017-01-312-0/+65
OpenPOWER on IntegriCloud