summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF
Commit message (Expand)AuthorAgeFilesLines
...
* ELF: Simplify program header iterationPavel Labath2018-12-122-75/+39
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-141-4/+4
* Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar2018-11-141-4/+4
* [LLDB] - Support the single file split DWARF.George Rimar2018-11-141-4/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-111-2/+0
* [ObjectFileELF] Fix misaligned read/writes caught by UBSan.Davide Italiano2018-11-061-2/+3
* Add a relocation to ObjectFileELF::ApplyRelocations and a testNathan Lanza2018-11-051-3/+6
* Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano2018-11-021-0/+2
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-021-2/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+4
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-011-1/+3
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-231-0/+6
* [LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar2018-10-101-0/+3
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-0/+6
* Add a relocation for R_AARCH64_ABS32 in ObjectFileELFStephane Sezer2018-08-171-4/+9
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-12/+17
* Revert "Add a relocation for R_AARCH64_ABS32 in ObjectFileELF"Stephane Sezer2018-08-061-10/+5
* Add a relocation for R_AARCH64_ABS32 in ObjectFileELFStephane Sezer2018-08-061-5/+10
* UUID: Add support for arbitrary-sized module IDsPavel Labath2018-06-291-17/+17
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-271-2/+2
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-5/+5
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-15/+15
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-2/+2
* Add .debug_names section glue codePavel Labath2018-06-011-0/+3
* Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)"Davide Italiano2018-05-121-69/+135
* [LLDB] Support GNU-style compressed debug sections (.zdebug)Davide Italiano2018-05-121-135/+69
* Add support to object files for accessing the .debug_types sectionGreg Clayton2018-05-081-0/+3
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-023-25/+26
* Reflow paragraphs in comments.Adrian Prantl2018-04-302-198/+150
* ObjectFileELF: Add support for arbitrarily named code sectionsPavel Labath2018-04-301-0/+10
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-291-0/+3
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-202-0/+42
* [elf] Remove one copy of the section merging codePavel Labath2018-03-091-32/+4
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-282-44/+1
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-272-1/+44
* Fix parsing of object files with "early" section headersPavel Labath2018-02-051-46/+8
* Add LLDB_LOG_ERROR macroPavel Labath2018-01-301-6/+5
* Fix assertion in ObjectFileELFPavel Labath2018-01-171-0/+2
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-211-15/+7
* Add LLVMObject dependency to our ObjectFileELF pluginPavel Labath2017-12-181-0/+1
* Fix 32-bit builds broken by 320813Pavel Labath2017-12-151-2/+2
* ObjectFileELF: Add support for compressed sectionsPavel Labath2017-12-152-0/+62
* Add a symbols subcommand to lldb-test.Zachary Turner2017-12-021-0/+8
* Move ArchSpec to the Utility modulePavel Labath2017-11-132-4/+2
* Improve FreeBSD kernel debuggingEd Maste2017-10-022-32/+77
* Remove uses of std::auto_ptr, it's going away in C++17.Benjamin Kramer2017-09-141-1/+1
* Add support for the DWP debug info formatTamas Berghammer2017-08-251-7/+11
* [LLDB][MIPS] Set the Section's file address forNitesh Jain2017-08-141-2/+4
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Fix typo: using && instead of & when evaluating a maskMehdi Amini2017-06-231-1/+1
OpenPOWER on IntegriCloud