diff options
author | Mark Kettenis <kettenis@gnu.org> | 2011-06-12 20:46:11 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2011-06-12 20:46:11 +0000 |
commit | 0d6c213503188564f72d657dbe44aa2200ce6dfc (patch) | |
tree | 6ebac27079087c27b6b600d7b897271d7150a35c /gdb/ChangeLog | |
parent | 8bbdd3f4631f74565ffa27111d5c19c56cd87926 (diff) | |
download | fsf-binutils-gdb-0d6c213503188564f72d657dbe44aa2200ce6dfc.zip fsf-binutils-gdb-0d6c213503188564f72d657dbe44aa2200ce6dfc.tar.gz fsf-binutils-gdb-0d6c213503188564f72d657dbe44aa2200ce6dfc.tar.bz2 |
* i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
get_frame_func instead of get_frame_pc to determine the code
address used to construct the frame ID.
(i386_epilogue_frame_unwind_stop_reason): Fix coding style.
(i386_epilogue_frame_this_id): Likewise.
(i386_epilogue_frame_prev_register): New function.
(i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
(i386_stack_tramp_frame_sniffer): Fix coding style.
(i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
(i386_gdbarch_init): Fix comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ab49a3f..134012c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,18 @@ 2011-06-12 Mark Kettenis <kettenis@gnu.org> + * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call + get_frame_func instead of get_frame_pc to determine the code + address used to construct the frame ID. + (i386_epilogue_frame_unwind_stop_reason): Fix coding style. + (i386_epilogue_frame_this_id): Likewise. + (i386_epilogue_frame_prev_register): New function. + (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register. + (i386_stack_tramp_frame_sniffer): Fix coding style. + (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register. + (i386_gdbarch_init): Fix comments. + +2011-06-12 Mark Kettenis <kettenis@gnu.org> + * i386-tdep.c (i386_match_insn_block): Use length of the proper instruction when walking back through the instruction stream. |