summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/RegisterValue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated TODOs in RegisterValueAlex Langford2018-08-161-3/+0
| | | | | | | | | These TODOs were for setting m_type in RegisterValue::SetValueFromString in the case where reg_info's encoding was eEncodingUint or eEncodingSint. m_type is set by SetUInt{8,16,32,64.128} during the SetUInt call. llvm-svn: 339959
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-0/+905
These three classes have no external dependencies, but they are used from various low-level APIs. Moving them down to Utility improves overall code layering (although it still does not break any particular dependency completely). The XCode project will need to be updated after this change. Differential Revision: https://reviews.llvm.org/D49740 llvm-svn: 339127
OpenPOWER on IntegriCloud