summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
AgeCommit message (Expand)Author
2023-01-13[LLDB][LoongArch] ObjectFile: add a case for `EM_LOONGARCH`Hui Li
2022-03-04ObjectFile: add a case for `EM_RISCV`Saleem Abdulrasool
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-10Revert accidental change to fileAaron Smith
2019-07-10Try again to move common functionality from ProcessWindows into ProcessDebuggerAaron Smith
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31Open ELF core dumps with more than 64K sectionsPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-14Support Linux on SystemZ as platformUlrich Weigand
2015-06-23Fix build breakage after llvm r240426Pavel Labath
2015-06-19Fix the lldb build for the EM_486 change.Rafael Espindola
2015-01-08[LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType f...Mohit K. Bhakkad
2014-10-31First cut of PowerPC(64) support in LLDB.Justin Hibbits
2014-08-29lldb - ELF: add ARM64 relocation jump slot handling in ELFHeader.Todd Fiala
2014-07-21Dynamic loader for the Hexagon DSPDeepak Panickal
2013-07-25Fix the lldb build after the removal of mblaze.Rafael Espindola
2013-06-03Fix various build warnings.Matt Kopec
2013-04-13Fixed issues with the way ELF symbols are parsed:Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2011-03-30elf: add support for ELF relocation entriesStephen Wilson
2010-07-13Combine 32 and 64 bit ELF readers.Stephen Wilson