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 145 of file ax.c.

Member Data Documentation

◆ address

CORE_ADDR bytecode_address::address

Definition at line 148 of file ax.c.

Referenced by compile_bytecodes().

◆ from_offset

int bytecode_address::from_offset

Definition at line 151 of file ax.c.

Referenced by compile_bytecodes().

◆ from_size

int bytecode_address::from_size

Definition at line 151 of file ax.c.

Referenced by compile_bytecodes().

◆ goto_pc

int bytecode_address::goto_pc

Definition at line 149 of file ax.c.

Referenced by compile_bytecodes().

◆ next

struct bytecode_address* bytecode_address::next

Definition at line 152 of file ax.c.

Referenced by compile_bytecodes().

◆ pc

int bytecode_address::pc

Definition at line 147 of file ax.c.

Referenced by compile_bytecodes(), gdb_eval_agent_expr(), and is_goto_target().


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