GDB (xrefs)
Public Attributes | List of all members
gdb_block Struct Reference

Public Attributes

struct gdb_blocknext
 
struct gdb_blockparent
 
struct blockreal_block
 
CORE_ADDR begin
 
CORE_ADDR end
 
const char * name
 

Detailed Description

Definition at line 435 of file jit.c.

Member Data Documentation

CORE_ADDR gdb_block::begin

Definition at line 448 of file jit.c.

Referenced by compare_block(), finalize_symtab(), and jit_block_open_impl().

CORE_ADDR gdb_block::end

Definition at line 448 of file jit.c.

Referenced by compare_block(), finalize_symtab(), and jit_block_open_impl().

const char* gdb_block::name

Definition at line 452 of file jit.c.

Referenced by finalize_symtab(), and jit_block_open_impl().

struct gdb_block* gdb_block::next
struct gdb_block * gdb_block::parent

Definition at line 440 of file jit.c.

Referenced by finalize_symtab(), and jit_block_open_impl().

struct block* gdb_block::real_block

Definition at line 445 of file jit.c.

Referenced by finalize_symtab().


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