Home
last modified time | relevance | path

Searched refs:execute_dwarf_cfa_vendor_op (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdbarch.c171 …gdbarch_execute_dwarf_cfa_vendor_op_ftype *execute_dwarf_cfa_vendor_op = default_execute_dwarf_cfa… member
1004 host_address_to_string (gdbarch->execute_dwarf_cfa_vendor_op)); in gdbarch_dump()
3664 gdb_assert (gdbarch->execute_dwarf_cfa_vendor_op != NULL); in gdbarch_execute_dwarf_cfa_vendor_op()
3667 return gdbarch->execute_dwarf_cfa_vendor_op (gdbarch, op, fs); in gdbarch_execute_dwarf_cfa_vendor_op()
3672 … gdbarch_execute_dwarf_cfa_vendor_op_ftype execute_dwarf_cfa_vendor_op) in set_gdbarch_execute_dwarf_cfa_vendor_op() argument
3674 gdbarch->execute_dwarf_cfa_vendor_op = execute_dwarf_cfa_vendor_op; in set_gdbarch_execute_dwarf_cfa_vendor_op()
Dgdbarch-gen.h908 … (struct gdbarch *gdbarch, gdbarch_execute_dwarf_cfa_vendor_op_ftype *execute_dwarf_cfa_vendor_op);
DChangeLog-201713768 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
13773 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
13781 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.