summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-16/+16
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-16/+13
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Open ELF core dumps with more than 64K sectionsPavel Labath2017-01-311-0/+43
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-342/+265
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+3
* Fix build breakage after llvm r240426Pavel Labath2015-06-231-2/+1
* Fix the lldb build for the EM_486 change.Rafael Espindola2015-06-191-1/+1
* [LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType f...Mohit K. Bhakkad2015-01-081-0/+3
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+6
* lldb - ELF: add ARM64 relocation jump slot handling in ELFHeader.Todd Fiala2014-08-291-0/+3
* Dynamic loader for the Hexagon DSPDeepak Panickal2014-07-211-0/+3
* Fix the lldb build after the removal of mblaze.Rafael Espindola2013-07-251-2/+0
* Fix various build warnings.Matt Kopec2013-06-031-1/+1
* Fixed issues with the way ELF symbols are parsed:Greg Clayton2013-04-131-0/+86
* <rdar://problem/13069948>Greg Clayton2013-01-251-16/+24
* elf: add support for ELF relocation entriesStephen Wilson2011-03-301-1/+72
* Combine 32 and 64 bit ELF readers.Stephen Wilson2010-07-131-0/+302
OpenPOWER on IntegriCloud