summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/MachO] "Fix" intentional out-of-bounds error (NFC)Jonas Devlieghere2019-12-181-2/+3
* [RegisterContext] Remove now unneded vestiges.Davide Italiano2019-11-131-6/+0
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-11/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-51/+51
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* 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 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-1/+1
* Add back #ifdef __APPLE__ to RegisterContextDarwin_xxx::NumSupportedHardwareW...Pavel Labath2018-05-181-2/+2
* Make ObjectFileMachO work on non-darwin platformsPavel Labath2018-05-181-8/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+3
* 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
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1057/+1597
* Fix more RegisterInfo initialization issues and quiet hundreds of warnings.Greg Clayton2016-08-081-58/+58
* [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain2016-08-011-1/+1
* Some 32-bit arm corefiles on darwin may have their general purposeJason Molenda2016-01-201-0/+2
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-91/+91
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-3/+3
* 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/+7
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* rdar://problem/10652076Johnny Chen2012-02-291-58/+58
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-2/+4
* warnings: Use LLVM_EXTENSION to suppress a bunch of pedantic warnings.Daniel Dunbar2011-10-311-1/+8
* Remove the deprecated MacOSX native plug-in.Greg Clayton2011-08-011-39/+38
* Disable compilation of RegisterContextDarwin_arm.cpp on non-Darwin platforms,Peter Collingbourne2011-07-221-1/+3
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-0/+1216
OpenPOWER on IntegriCloud