OSDN Git Service

* arm-tdep.c (arm_get_cache): Define.
authorDaniel Jacobowitz <dan@debian.org>
Wed, 3 Sep 2003 20:44:26 +0000 (20:44 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Wed, 3 Sep 2003 20:44:26 +0000 (20:44 +0000)
commit48c9d71760afc1a9fa233440ca06b5aed619c857
tree7a88c5fadaeb55a448413f5e7238999e385b72fa
parentc4b7427e3c8e94d825f36e1a5e838b2ddfbf032f
* 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