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

#include "block.h"

Public Attributes

CORE_ADDR startaddr
 
CORE_ADDR endaddr
 
struct symbolfunction
 
struct blocksuperblock
 
struct dictionarydict
 
union {
   struct {
      struct block_namespace_info *   the_namespace
 
   }   cplus_specific
 
language_specific
 

Detailed Description

Definition at line 60 of file block.h.

Member Data Documentation

struct { ... } block::cplus_specific
struct dictionary* block::dict
CORE_ADDR block::endaddr

Definition at line 66 of file block.h.

struct symbol* block::function

Definition at line 71 of file block.h.

union { ... } block::language_specific
CORE_ADDR block::startaddr

Definition at line 65 of file block.h.

struct block* block::superblock

Definition at line 79 of file block.h.

struct block_namespace_info* block::the_namespace

Definition at line 95 of file block.h.

Referenced by make_symbol_overload_list_adl_namespace().


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