summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [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
* 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-021-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-194/+147
* 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-201-0/+35
* [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-281-38/+1
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-1/+38
* 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
* Fix 32-bit builds broken by 320813Pavel Labath2017-12-151-2/+2
* ObjectFileELF: Add support for compressed sectionsPavel Labath2017-12-151-0/+55
* Add a symbols subcommand to lldb-test.Zachary Turner2017-12-021-0/+8
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Improve FreeBSD kernel debuggingEd Maste2017-10-021-21/+63
* 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
* [linux] Change the way we load vdso pseudo-modulePavel Labath2017-06-201-80/+19
* Remove an expensive lock from TimerPavel Labath2017-05-151-1/+2
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* ObjectFileELF: Fix symbol lookup in bss sectionPavel Labath2017-05-021-1/+1
* Change UniqueCStringMap to use ConstString as the keyPavel Labath2017-05-021-2/+2
OpenPOWER on IntegriCloud