summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
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-071-8/+83
* 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-051-8/+4
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-0/+2
* 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-221-13/+2
* ObjectFileELF: Add support for gnu-style compressed sectionsPavel Labath2019-07-101-28/+31
* Recognise debug_types.dwo as a debug info sectionPavel Labath2019-06-121-0/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-15/+15
* 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-101-41/+0
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-71/+2
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-2/+2
* 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-131-37/+37
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-111-33/+27
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ELF: Fix base address computation code for files generated by yaml2objPavel Labath2019-01-111-1/+1
* Implement ObjectFileELF::GetBaseAddressPavel Labath2019-01-101-10/+15
* ELF: create "container" sections from PT_LOAD segmentsPavel Labath2019-01-091-56/+172
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-14/+9
* ELF: Don't create sections for section header index 0Pavel Labath2018-12-181-21/+15
* ELF: more section creation cleanupPavel Labath2018-12-151-67/+84
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-5/+5
* ELF: Clean up section type computationPavel Labath2018-12-121-144/+41
* ELF: Simplify program header iterationPavel Labath2018-12-121-63/+35
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-141-4/+4
OpenPOWER on IntegriCloud