summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
AgeCommit message (Expand)Author
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-06-18Remove code duplication from RegisterContextPOSIX_*Muhammad Omair Javaid
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-02-13Replace 'ap' with 'up' suffix in variable names. (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
2018-05-23Remove spurious dependency on Process/elf-core from Process/Utility.James Y Knight
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-02-12Quiet CoverityJustin Hibbits
2015-02-08Fix off-by-one IsGPR().Justin Hibbits
2015-02-05Implement initial Altivec supportJustin Hibbits
2014-10-31First cut of PowerPC(64) support in LLDB.Justin Hibbits