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

Public Attributes

CORE_ADDR prev_sp
 
ULONGEST size
 
ULONGEST state_size
 
struct { 
 
   unsigned int   called: 1 
 
   unsigned int   load_args: 1 
 
   unsigned int   fp_sdcc: 1 
 
   unsigned int   interrupt: 1 
 
   unsigned int   critical: 1 
 
prologue_type 
 
struct trad_frame_saved_regsaved_regs
 

Detailed Description

Definition at line 86 of file z80-tdep.c.

Member Data Documentation

◆ called

unsigned int z80_unwind_cache::called

Definition at line 101 of file z80-tdep.c.

◆ critical

unsigned int z80_unwind_cache::critical

Definition at line 105 of file z80-tdep.c.

◆ fp_sdcc

unsigned int z80_unwind_cache::fp_sdcc

Definition at line 103 of file z80-tdep.c.

◆ interrupt

unsigned int z80_unwind_cache::interrupt

Definition at line 104 of file z80-tdep.c.

◆ load_args

unsigned int z80_unwind_cache::load_args

Definition at line 102 of file z80-tdep.c.

◆ prev_sp

CORE_ADDR z80_unwind_cache::prev_sp

Definition at line 90 of file z80-tdep.c.

◆ [struct]

struct { ... } z80_unwind_cache::prologue_type

◆ saved_regs

struct trad_frame_saved_reg* z80_unwind_cache::saved_regs

Definition at line 109 of file z80-tdep.c.

◆ size

ULONGEST z80_unwind_cache::size

Definition at line 93 of file z80-tdep.c.

◆ state_size

ULONGEST z80_unwind_cache::state_size

Definition at line 97 of file z80-tdep.c.


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