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

Public Member Functions

 gdb_block (gdb_block *parent, CORE_ADDR begin, CORE_ADDR end, const char *name)
 

Public Attributes

struct gdb_blockparent
 
struct blockreal_block = nullptr
 
CORE_ADDR begin
 
CORE_ADDR end
 
gdb::unique_xmalloc_ptr< char > name
 

Detailed Description

Definition at line 336 of file jit.c.

Constructor & Destructor Documentation

◆ gdb_block()

gdb_block::gdb_block ( gdb_block * parent,
CORE_ADDR begin,
CORE_ADDR end,
const char * name )
inline

Definition at line 338 of file jit.c.

Member Data Documentation

◆ begin

CORE_ADDR gdb_block::begin

Definition at line 355 of file jit.c.

Referenced by finalize_symtab(), and jit_block_open_impl().

◆ end

CORE_ADDR gdb_block::end

Definition at line 355 of file jit.c.

Referenced by finalize_symtab(), and jit_block_open_impl().

◆ name

gdb::unique_xmalloc_ptr<char> gdb_block::name

◆ parent

struct gdb_block* gdb_block::parent

Definition at line 347 of file jit.c.

Referenced by jit_block_open_impl().

◆ real_block

struct block* gdb_block::real_block = nullptr

Definition at line 352 of file jit.c.


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