diff options
author | Yao Qi <yao.qi@linaro.org> | 2016-03-04 15:57:55 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2016-03-04 15:57:55 +0000 |
commit | ca92db2d5885c03d3e0ed23c96b5c6ab336d908d (patch) | |
tree | a4d898c2db263f451d28b99386ee051bb3ae4db7 /gdb/ChangeLog | |
parent | 73519cce7cbe31609a2aa9c27955555237a0c51f (diff) | |
download | binutils-gdb-ca92db2d5885c03d3e0ed23c96b5c6ab336d908d.tar.gz |
Tweak ARM process record
This patch removes the printing "Process record does not support",
and do the print by calling arm_record_unsupported_insn in the
caller. Also, call arm_record_extension_space only when condition
is 0xf.
gdb:
2016-03-04 Yao Qi <yao.qi@linaro.org>
* arm-tdep.c (arm_record_extension_space): Remove code
printing "Process record does not support".
(arm_record_data_proc_misc_ld_str): Likewise.
(decode_insn): Call arm_record_extension_space if condition
is 0xf. Call arm_record_unsupported_insn if ret isn't
ARM_RECORD_SUCCESS. Use 'ret' instead of 'insn_id' to hold
the value of thumb2_record_decode_insn_handler.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 45c4c1d52e9..773a9e68f49 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2016-03-04 Yao Qi <yao.qi@linaro.org> + + * arm-tdep.c (arm_record_extension_space): Remove code + printing "Process record does not support". + (arm_record_data_proc_misc_ld_str): Likewise. + (decode_insn): Call arm_record_extension_space if condition + is 0xf. Call arm_record_unsupported_insn if ret isn't + ARM_RECORD_SUCCESS. Use 'ret' instead of 'insn_id' to hold + the value of thumb2_record_decode_insn_handler. + 2016-03-04 Simon Marchi <simon.marchi@ericsson.com> * features/feature_to_c.sh: Print the help when passing no |