* dwarf2-frame.h: Update copyright.
authorMark Kettenis <kettenis@gnu.org>
Sat, 7 Feb 2004 14:44:50 +0000 (14:44 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 7 Feb 2004 14:44:50 +0000 (14:44 +0000)
commit05cbe71add4ea89679340baff1a51f3680492c1c
tree59e94dac190c3dc19dbee6987d2a6416e6f48fff
parentdd1abb8c9ec3fa79e36e4e14033f4309741442c1
* dwarf2-frame.h: Update copyright.
(enum dwarf2_frame_reg_rule): New.
(struct dwarf2_frame_state_reg): New.
(dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
* dwarf2-frame.c: Update copyright.
(enum dwarf2_reg_rule): Remove.
(struct dwarf2_frame_state): Remove defenition of `struct
dwarf2_frame_state_reg'.
(read_reg): Call get_frame_arch to get the architecture instead of
using CURRENT_GDBARCH.
(execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
DWARF2_FRAME_.
(dwarf2_frame_init_reg): New function.
(dwarf2_frame_cache): Call get_frame_arch to get the architecture
instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
initialize the register state.  Prefix old `enum dwarf2_reg_rule'
tags with DWARF2_FRAME_.
(dwarf2_frame_prev_register): Call get_frame_arch to get the
architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
dwarf2_reg_rule' tags with DWARF2_FRAME_.
gdb/ChangeLog
gdb/dwarf2-frame.c
gdb/dwarf2-frame.h
This page took 0.041177 seconds and 4 git commands to generate.