aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-05-15 21:38:37 +0000
committerJeff Johnston <jjohnstn@redhat.com>2003-05-15 21:38:37 +0000
commit5ea2bd7fc039dbdea9f0cb82cabd25f2bfc23b46 (patch)
tree1abdba82c872fb81c89b1d3b48902b9f08ab4fec /gdb/ChangeLog
parente4f79046293deef6d3ce06dde44c488309efab4a (diff)
downloadgdb-5ea2bd7fc039dbdea9f0cb82cabd25f2bfc23b46.zip
gdb-5ea2bd7fc039dbdea9f0cb82cabd25f2bfc23b46.tar.gz
gdb-5ea2bd7fc039dbdea9f0cb82cabd25f2bfc23b46.tar.bz2
2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
* ia64-tdep.c: Increase max_skip_non_prologue_insns to 40. (examine_prologue): Support looking through leaf functions, knowing they start with mov r2,r12. Support skipping over indirect stores of the input registers. Upon hitting a non-nop branch instruction or predicated instruction, bail out by setting lim_pc to the current pc value in the loop. At the end, if the lim_pc value is still beyond our calculated value and we have trust_limit set, use the lim_pc value.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cf3d1fc..d1c4c6d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
+
+ * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
+ (examine_prologue): Support looking through leaf functions, knowing
+ they start with mov r2,r12. Support skipping over indirect stores
+ of the input registers. Upon hitting a non-nop branch instruction
+ or predicated instruction, bail out by setting lim_pc to the current
+ pc value in the loop. At the end, if the lim_pc value is still
+ beyond our calculated value and we have trust_limit set,
+ use the lim_pc value.
+
2003-05-15 Andrew Cagney <cagney@redhat.com>
* dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename