summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
diff options
context:
space:
mode:
authorOliver Stannard <oliver.stannard@arm.com>2018-02-08 13:06:08 +0000
committerOliver Stannard <oliver.stannard@arm.com>2018-02-08 13:06:08 +0000
commitdb982b25ff719ad4e161a66e1978c6357dcb2b8b (patch)
treed08fbcc26faf083164b715e5eae2d56046d8adb9 /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
parent7aca05102c8dcf1cdfd0bb128c35be357afaf014 (diff)
downloadbcm5719-llvm-db982b25ff719ad4e161a66e1978c6357dcb2b8b.tar.gz
bcm5719-llvm-db982b25ff719ad4e161a66e1978c6357dcb2b8b.zip
[ARM] Fix disassembly of invalid banked register moves
When disassembling banked register move instructions, we don't have an assembly syntax for the unallocated register numbers, so we have to return Fail rather than SoftFail. Previously we were returning SoftFail, then crashing in the InstPrinter as we have no way to represent these encodings in an assembly string. This also switches the decoder to use the table-generated list of banked registers, removing the duplicated list of encodings. Differential revision: https://reviews.llvm.org/D43066 llvm-svn: 324600
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud