GDB (xrefs)
Public Attributes
core_fns Struct Reference

#include "gdbcore.h"

List of all members.

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 149 of file gdbcore.h.


Member Data Documentation

Definition at line 166 of file gdbcore.h.

Referenced by gdb_check_format().

enum bfd_flavour core_fns::core_flavour

Definition at line 157 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 195 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 172 of file gdbcore.h.

Referenced by sniff_core_bfd().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines