Home
last modified time | relevance | path

Searched refs:core_gdbarch (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dcorelow.c71 struct gdbarch *core_gdbarch = NULL; variable
143 if (core_gdbarch && gdbarch_regset_from_core_section_p (core_gdbarch)) in sniff_core_bfd()
230 core_gdbarch = NULL; in core_close()
345 core_gdbarch = gdbarch_from_bfd (core_bfd); in core_open()
476 if (core_gdbarch && gdbarch_regset_from_core_section_p (core_gdbarch)) in get_core_register_section()
480 regset = gdbarch_regset_from_core_section (core_gdbarch, name, size); in get_core_register_section()
511 if (!(core_gdbarch && gdbarch_regset_from_core_section_p (core_gdbarch)) in get_core_registers()
DChangeLog-20031751 (core_gdbarch): New variable.