diff options
author | Yao Qi <yao@codesourcery.com> | 2011-03-02 05:33:37 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-03-02 05:33:37 +0000 |
commit | 4db71c0b79ff7e89a392f903f39251faa795d69c (patch) | |
tree | 26ddf74e3e17c971de0a18e454e8ca45c1762326 /gdb/ChangeLog | |
parent | b123da992dccc40b825d0967f7701f31b0f7e82a (diff) | |
download | gdb-4db71c0b79ff7e89a392f903f39251faa795d69c.zip gdb-4db71c0b79ff7e89a392f903f39251faa795d69c.tar.gz gdb-4db71c0b79ff7e89a392f903f39251faa795d69c.tar.bz2 |
2011-03-02 Yao Qi <yao@codesourcery.com>
* arm-tdep.h (struct displaced_step_closure): Add two new fields
is_thumb and insn_size.
* arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
on both ARM and Thumb mode.
(arm_process_displaced_insn): Set is_thumb and insn_size.
(arm_displaced_init_closure): Handle both 16-bit and 32-bit.
(arm_displaced_step_fixup): Likewise.
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 158d5fc..15fcd54 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2011-03-02 Yao Qi <yao@codesourcery.com> + + * arm-tdep.h (struct displaced_step_closure): Add two new fields + is_thumb and insn_size. + * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset + on both ARM and Thumb mode. + (arm_process_displaced_insn): Set is_thumb and insn_size. + (arm_displaced_init_closure): Handle both 16-bit and 32-bit. + (arm_displaced_step_fixup): Likewise. + 2011-03-01 Michael Snyder <msnyder@vmware.com> * cli/cli-dump.c (dump_bfd_file): Check error return and warn. |