GDB (xrefs)
Public Attributes | List of all members
core_fns Struct Reference

#include "gdbcore.h"

Public Attributes

enum bfd_flavour core_flavour
 
int(* check_format )(bfd *)
 
int(* core_sniffer )(struct core_fns *, bfd *)
 
void(* core_read_registers )(struct regcache *regcache, char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr)
 
struct core_fnsnext
 

Detailed Description

Definition at line 171 of file gdbcore.h.

Member Data Documentation

int(* core_fns::check_format) (bfd *)

Definition at line 188 of file gdbcore.h.

Referenced by gdb_check_format().

enum bfd_flavour core_fns::core_flavour

Definition at line 179 of file gdbcore.h.

void(* core_fns::core_read_registers) (struct regcache *regcache, char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr)

Definition at line 217 of file gdbcore.h.

Referenced by get_core_register_section(), and get_core_registers().

int(* core_fns::core_sniffer) (struct core_fns *, bfd *)

Definition at line 194 of file gdbcore.h.

Referenced by sniff_core_bfd().

struct core_fns* core_fns::next

The documentation for this struct was generated from the following file: