summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-141-2/+4
* [lldb] Fix lookup of symbols with the same address range but different bindingJan Kratochvil2020-01-131-0/+2
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-261-0/+1
* Remove obsolete parameter.Adrian Prantl2019-10-091-1/+0
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-7/+1
* Unify the two CRC implementationsHans Wennborg2019-10-091-5/+3
* Explicitly set entry point arch when it's thumb [Second Try]Antonio Afonso2019-10-081-0/+45
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-072-8/+95
* Revert "Explicitly set entry point arch when it's thumb"Antonio Afonso2019-10-041-40/+0
* Explicitly set entry point arch when it's thumbAntonio Afonso2019-10-041-0/+40
* Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections"Konrad Kleine2019-09-111-18/+8
* Revert "[LLDB][ELF] Fixup for comments in D67390"Konrad Kleine2019-09-111-5/+6
* [LLDB][ELF] Fixup for comments in D67390Konrad Kleine2019-09-111-6/+5
* [LLDB][ELF] Load both, .symtab and .dynsym sectionsKonrad Kleine2019-09-111-8/+18
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* ObjectFileELF: Remove NT_*** constantsPavel Labath2019-08-071-36/+1
* ObjectFileELF: permit thread-local sections with overlapping file addressesPavel Labath2019-08-061-16/+29
* ObjectFile[ELF]: Refactor gnu_debuglink interfacePavel Labath2019-08-052-9/+7
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-312-0/+9
* ObjectFileELF: Use llvm::JamCRC to refactor CRC32 computationFangrui Song2019-07-261-67/+9
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-51/+44
* ELF: Fix a "memset clearing object of non-trivial type" warningPavel Labath2019-07-222-16/+3
* ObjectFileELF: Add support for gnu-style compressed sectionsPavel Labath2019-07-101-28/+31
* Revert accidental change to fileAaron Smith2019-07-101-3/+0
* Try again to move common functionality from ProcessWindows into ProcessDebuggerAaron Smith2019-07-101-0/+3
* Recognise debug_types.dwo as a debug info sectionPavel Labath2019-06-121-0/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-31/+31
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-5/+1
* [JITLoaderGDB] Set eTypeJIT for objects read from JIT descriptorsStefan Granitz2019-05-091-1/+1
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-104-74/+0
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-71/+2
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-113-46/+46
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Move RangeMap.h into UtilityPavel Labath2019-03-061-1/+1
* [Utility] Remove Triple{Environment,OS,Vendor}IsUnspecifiedUnknown from ArchSpecAlex Langford2019-02-261-1/+1
* [lldb] [ObjectFile/ELF] Fix recognizing NetBSD imagesMichal Gorny2019-02-201-12/+29
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-141-2/+2
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-132-40/+40
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-112-34/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* ELF: Fix base address computation code for files generated by yaml2objPavel Labath2019-01-111-1/+1
* Implement ObjectFileELF::GetBaseAddressPavel Labath2019-01-102-10/+17
* ELF: create "container" sections from PT_LOAD segmentsPavel Labath2019-01-091-56/+172
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-032-15/+10
* ELF: Don't create sections for section header index 0Pavel Labath2018-12-182-23/+17
* ELF: more section creation cleanupPavel Labath2018-12-152-67/+86
* Simplify Boolean expressionsJonas Devlieghere2018-12-152-21/+18
* ELF: Clean up section type computationPavel Labath2018-12-121-144/+41
OpenPOWER on IntegriCloud