OSDN Git Service

* arm-tdep.c (arm_get_cache): Define.
authordrow <drow>
Wed, 3 Sep 2003 20:44:25 +0000 (20:44 +0000)
committerdrow <drow>
Wed, 3 Sep 2003 20:44:25 +0000 (20:44 +0000)
commit26f5f27fb167f9067374946e717a1bb2678ff283
treed290c3c2f61a979f64e89cd40a7c3dc45481e2be
parent04700729cdacbd019e2a90dd337ae398e407f9df
* arm-tdep.c (arm_get_cache): Define.
(struct arm_prologue_cache): Renamed from frame_extra_info.  Add
unwound_sp, unwound_pc, and saved_regs.
(thumb_scan_prologue): Take a cache instead of the frame.
(arm_scan_prologue): Likewise.
(arm_frame_chain): Create a temporary cache for arm_scan_prologue
instead of a temporary frame.
(arm_init_extra_frame_info): Allocate and use a cache.
(arm_frame_saved_pc, arm_pop_frame): Use the cache.
gdb/ChangeLog
gdb/arm-tdep.c