summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
AgeCommit message (Expand)Author
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2017-11-28elf-core: Convert remaining register context to use register set mapsPavel Labath
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-14elf-core: set powerpc vector byte order correctlyEd Maste
2016-08-11Make sure files include what they use (part 2/2)Pavel Labath
2015-09-14Limit scope of RegisterContextPOSIX.h headerEd Maste
2015-02-05Implement initial Altivec supportJustin Hibbits
2014-10-31First cut of PowerPC(64) support in LLDB.Justin Hibbits