summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-071-0/+12
* ObjectFile[ELF]: Refactor gnu_debuglink interfacePavel Labath2019-08-051-1/+3
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-0/+7
* ELF: Fix a "memset clearing object of non-trivial type" warningPavel Labath2019-07-221-3/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-7/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-7/+7
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-111-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement ObjectFileELF::GetBaseAddressPavel Labath2019-01-101-0/+2
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-1/+1
* ELF: Don't create sections for section header index 0Pavel Labath2018-12-181-2/+2
* ELF: more section creation cleanupPavel Labath2018-12-151-0/+2
* ELF: Simplify program header iterationPavel Labath2018-12-121-12/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-111-2/+0
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-271-2/+2
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-5/+5
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-0/+7
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-6/+0
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-0/+6
* ObjectFileELF: Add support for compressed sectionsPavel Labath2017-12-151-0/+7
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-3/+1
* Improve FreeBSD kernel debuggingEd Maste2017-10-021-11/+14
* [linux] Change the way we load vdso pseudo-modulePavel Labath2017-06-201-14/+2
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Change UniqueCStringMap to use ConstString as the keyPavel Labath2017-05-021-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-2/+2
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-415/+351
* ObjectFile: parse EABI AttributesSaleem Abdulrasool2016-04-231-0/+4
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-181-3/+4
* Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer2016-02-101-4/+3
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-101-3/+4
* Fix for Bug 25338Ravitheja Addepally2016-01-191-2/+11
* Update for llvm change. NFC.Rafael Espindola2016-01-181-1/+1
* Make core files not crash when you load a core file into LLDB with just "lldb...Greg Clayton2015-10-281-0/+6
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...Eugene Zelenko2015-10-231-4/+9
* Fix [vdso] handling on Android (x86 and aarch64)Tamas Berghammer2015-06-301-1/+1
* Ignore mapping symbols on aarch64Tamas Berghammer2015-04-071-0/+5
* Remove "virtual" and add "override" to all functions that are overridden to q...Greg Clayton2015-03-121-42/+42
* Correctly resolve symbol names containing linker annotationsPavel Labath2015-03-041-0/+3
* ELF: store the thumbness of a function in symbol flags.Todd Fiala2014-09-151-0/+3
* Fix ObjectFileELF to determine architectures independent of host.Todd Fiala2014-06-271-2/+10
* Improve Elf object file UUID calculation performance.Todd Fiala2014-03-251-0/+12
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-0/+31
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-1/+3
* Factor some methods that were in DynamicLoaderPOSIXDYLD.Steve Pucci2014-02-061-0/+3
* elf: Move elf note parsing to ObjectFileELF.cppEd Maste2013-12-021-0/+28
* Simplify indirect rld_map for mips (rework r192408).Ed Maste2013-10-111-1/+1
* Support mips shared object debug infoEd Maste2013-10-111-1/+1
OpenPOWER on IntegriCloud