diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 27a749d..b7e028b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + + * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get + the state right when single stepping. + (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions. + Get the next PC along with the instruction state. + (thumb_get_next_pc): Remove. + (arm_get_next_pc): Modified to use arm_get_next_pc_raw. + 2010-03-04 Hui Zhu <teawater@gmail.com> * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64". |