GDB (API)
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.

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.

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

Definition at line 172 of file gdbcore.h.

Definition at line 205 of file gdbcore.h.


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