GDBserver
|
Public Attributes | |
int | pc |
CORE_ADDR | address |
int | goto_pc |
int | from_offset |
int | from_size |
struct bytecode_address * | next |
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().