[PATCH/RFC] Per-architecture DWARF CFI register state initialization hooks

Daniel Jacobowitz drow@false.org
Mon Feb 16 01:56:00 GMT 2004


On Mon, Feb 16, 2004 at 02:27:24AM +0100, Ulrich Weigand wrote:
> +void
> +dwarf2_frame_set_init_reg (struct gdbarch *gdbarch,
> +                          void (*init_reg) (struct gdbarch *, int,
> +                                            struct dwarf2_frame_state_reg *))

> Unfortunately this now crashes on s390, because the 
> dwarf2_frame_init routine is called from within
> _initialize_dwarf2_frame, while the s390 backend calls
> dwarf2_frame_set_init_reg from within _initialize_s390_tdep.

Er, how?  You shouldn't have a gdbarch in _initialize_s390_tdep.  You
don't have one until s390_gdbarch_init.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



More information about the Gdb-patches mailing list