GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
s390_gdbarch_tdep Struct Reference

#include "s390-tdep.h"

Inheritance diagram for s390_gdbarch_tdep:
gdbarch_tdep_base

Public Attributes

const struct target_desctdesc = nullptr
 
int gpr_full_regnum = 0
 
int pc_regnum = 0
 
int cc_regnum = 0
 
int v0_full_regnum = 0
 
bool have_upper = 0
 
bool have_linux_v1 = 0
 
bool have_linux_v2 = 0
 
bool have_tdb = 0
 
bool have_vx = 0
 
bool have_gs = 0
 
int(* s390_syscall_record )(struct regcache *regcache, LONGEST svc_number) = nullptr
 

Additional Inherited Members

- Public Member Functions inherited from gdbarch_tdep_base
virtual ~gdbarch_tdep_base ()=default
 

Detailed Description

Definition at line 41 of file s390-tdep.h.

Member Data Documentation

◆ cc_regnum

int s390_gdbarch_tdep::cc_regnum = 0

◆ gpr_full_regnum

int s390_gdbarch_tdep::gpr_full_regnum = 0

◆ have_gs

bool s390_gdbarch_tdep::have_gs = 0

Definition at line 63 of file s390-tdep.h.

Referenced by s390_iterate_over_regset_sections(), and s390_tdesc_valid().

◆ have_linux_v1

bool s390_gdbarch_tdep::have_linux_v1 = 0

Definition at line 59 of file s390-tdep.h.

Referenced by s390_iterate_over_regset_sections(), and s390_tdesc_valid().

◆ have_linux_v2

bool s390_gdbarch_tdep::have_linux_v2 = 0

Definition at line 60 of file s390-tdep.h.

Referenced by s390_iterate_over_regset_sections(), and s390_tdesc_valid().

◆ have_tdb

bool s390_gdbarch_tdep::have_tdb = 0

Definition at line 61 of file s390-tdep.h.

Referenced by s390_iterate_over_regset_sections(), and s390_tdesc_valid().

◆ have_upper

bool s390_gdbarch_tdep::have_upper = 0

Definition at line 58 of file s390-tdep.h.

Referenced by s390_gdbarch_init(), and s390_tdesc_valid().

◆ have_vx

bool s390_gdbarch_tdep::have_vx = 0

Definition at line 62 of file s390-tdep.h.

Referenced by s390_gdbarch_init(), and s390_tdesc_valid().

◆ pc_regnum

int s390_gdbarch_tdep::pc_regnum = 0

◆ s390_syscall_record

int(* s390_gdbarch_tdep::s390_syscall_record) (struct regcache *regcache, LONGEST svc_number) = nullptr

Definition at line 66 of file s390-tdep.h.

Referenced by s390_linux_init_abi_any(), and s390_process_record().

◆ tdesc

const struct target_desc* s390_gdbarch_tdep::tdesc = nullptr

Definition at line 44 of file s390-tdep.h.

Referenced by s390_gdbarch_init(), and s390_tdesc_valid().

◆ v0_full_regnum

int s390_gdbarch_tdep::v0_full_regnum = 0

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