aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2010-03-04 13:42:12 +0000
committerDaniel Jacobowitz <drow@false.org>2010-03-04 13:42:12 +0000
commit50e98be46933386c9ca6c17889230afb217c7e28 (patch)
tree305ee94fd1ec1fff1b73a1d12ad81d7004eb5c4f /gdb/ChangeLog
parent2e3ceee9bd6f5b1006be200faf78b1fdc1e8f4c8 (diff)
downloadgdb-50e98be46933386c9ca6c17889230afb217c7e28.zip
gdb-50e98be46933386c9ca6c17889230afb217c7e28.tar.gz
gdb-50e98be46933386c9ca6c17889230afb217c7e28.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
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".