summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
AgeCommit message (Expand)Author
2023-04-13[lldb] Add dummy field to RegisterInfo for register flags use laterDavid Spickett
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2021-10-07Recommit: [lldb] Remove "dwarf dynamic register size expressions" from Regist...Pavel Labath
2021-10-06Revert "[lldb] Remove "dwarf dynamic register size expressions" from Register...Michael Forster
2021-10-06[lldb] Remove "dwarf dynamic register size expressions" from RegisterInfoPavel Labath
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-11-13[RegisterContext] Remove now unneded vestiges.Davide Italiano
2019-10-02[RegisterContextDarwin_arm64] Include the headers for getsysctlbyname.Davide Italiano
2019-09-24[LLDB] Fix typo in RegisterContextDarwin_arm64Martin Storsjo
2019-07-29[NFC] avoid AlignedCharArray in lldbJF Bastien
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-01Remove null checks of results of new expressionsPavel Labath
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-27Fix an out-of-bounds error in RegisterContextDarwin_arm64Pavel Labath
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-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-09Remove some UB in RegisterContextDarwin_arm64.cppFrederic Riss
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-05-18[lldb] Fix compile warnings in r332702Eric Liu
2018-05-18Add back #ifdef __APPLE__ to RegisterContextDarwin_xxx::NumSupportedHardwareW...Pavel Labath
2018-05-18Make ObjectFileMachO work on non-darwin platformsPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-16Fix alignment of arm64 fpu register context structureJason Molenda
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2016-10-19Add lldb register definitions for w0-w28, s0-s31, and d0-d31 toJason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-01[LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener
2015-09-15Clean up register naming conventions inside lldb. Jason Molenda
2015-08-15A messy bit of cleanup: Move towards more descriptive namesJason Molenda
2014-08-29lldb - Register Context Linux ARM64Todd Fiala
2014-07-09__arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala
2014-07-08Fix typos.Bruce Mitchener
2014-07-02Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas
2014-06-27lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool
2014-03-29lldb arm64 import.Jason Molenda