]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Handle PRFM in AArch64 process record
authorYao Qi <yao.qi@linaro.org>
Thu, 23 Mar 2017 14:11:04 +0000 (14:11 +0000)
committerYao Qi <yao.qi@linaro.org>
Thu, 23 Mar 2017 14:11:04 +0000 (14:11 +0000)
commit1e2b521d987a34898ca959a33972be8912511ba0
tree8f0c276b9fcd904e4b06cc9b3124450f2d51c8b9
parent338771252e913f82df8a445cb3e748a791b1cba8
Handle PRFM in AArch64 process record

This patch fixes the bug of handling PRFM instruction.  PRFM is documented
in a table with other load and store instructions, but it doesn't do any
load or store.  This patch also adds a unit test to PRFM instruction.

gdb:

2017-03-23  Yao Qi  <yao.qi@linaro.org>

* aarch64-tdep.c (aarch64_process_record_test): Declare.
(_initialize_aarch64_tdep): Register it.
(aarch64_record_load_store): Handle PRFM instruction.
(aarch64_process_record_test): New function.
gdb/ChangeLog
gdb/aarch64-tdep.c