GDBserver
Public Attributes | List of all members
bytecode_address Struct Reference

Public Attributes

int pc
 
CORE_ADDR address
 
int goto_pc
 
int from_offset
 
int from_size
 
struct bytecode_addressnext
 

Detailed Description

Definition at line 143 of file ax.c.

Member Data Documentation

CORE_ADDR bytecode_address::address

Definition at line 146 of file ax.c.

Referenced by compile_bytecodes().

int bytecode_address::from_offset

Definition at line 149 of file ax.c.

Referenced by compile_bytecodes().

int bytecode_address::from_size

Definition at line 149 of file ax.c.

Referenced by compile_bytecodes().

int bytecode_address::goto_pc

Definition at line 147 of file ax.c.

Referenced by compile_bytecodes().

struct bytecode_address* bytecode_address::next

Definition at line 150 of file ax.c.

Referenced by compile_bytecodes().

int bytecode_address::pc

Definition at line 145 of file ax.c.

Referenced by compile_bytecodes().


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