summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
Commit message (Expand)AuthorAgeFilesLines
* [RegisterContext] Remove now unneded vestiges.Davide Italiano2019-11-131-6/+0
* [RegisterContextDarwin_arm64] Include the headers for getsysctlbyname.Davide Italiano2019-10-021-0/+5
* [LLDB] Fix typo in RegisterContextDarwin_arm64Martin Storsjo2019-09-241-1/+1
* [NFC] avoid AlignedCharArray in lldbJF Bastien2019-07-291-2/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-4/+5
* Remove null checks of results of new expressionsPavel Labath2019-07-011-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Fix an out-of-bounds error in RegisterContextDarwin_arm64Pavel Labath2019-03-271-2/+3
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove some UB in RegisterContextDarwin_arm64.cppFrederic Riss2018-12-091-1/+11
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* [lldb] Fix compile warnings in r332702Eric Liu2018-05-181-3/+4
* Add back #ifdef __APPLE__ to RegisterContextDarwin_xxx::NumSupportedHardwareW...Pavel Labath2018-05-181-1/+1
* Make ObjectFileMachO work on non-darwin platformsPavel Labath2018-05-181-9/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+3
* Fix alignment of arm64 fpu register context structureJason Molenda2017-11-161-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Add lldb register definitions for w0-w28, s0-s31, and d0-d31 toJason Molenda2016-10-191-3/+127
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-786/+765
* [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain2016-08-011-1/+1
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-55/+55
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-2/+2
* lldb - Register Context Linux ARM64Todd Fiala2014-08-291-301/+9
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-1/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-5/+6
* lldb arm64 import.Jason Molenda2014-03-291-0/+1235
OpenPOWER on IntegriCloud