Fix bug with register values byte order in expression evaluation.
authorAidan Dodds <aidan@codeplay.com>
Fri, 26 Feb 2016 17:40:50 +0000 (17:40 +0000)
committerAidan Dodds <aidan@codeplay.com>
Fri, 26 Feb 2016 17:40:50 +0000 (17:40 +0000)
commit5ba2b2af6ec3e779f04632f5a7b6f35ac1326a6f
tree6d46e9a0841493a8483eb4338480a236c72c7216
parent860582f78e3a59cfa939e53ec7886b63952eb751
Fix bug with register values byte order in expression evaluation.

The evaluation of expressions containing register values was broken for targets for which endianness differs from host.

Committed on behalf of: mamai <marianne.mailhot.sarrasin@gmail.com>

Differential revision: http://reviews.llvm.org/D17167

llvm-svn: 262041
lldb/source/Expression/Materializer.cpp