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

Public Attributes

struct gdb_blockblocks
 
int nblocks
 
struct linetablelinetable
 
const char * file_name
 
struct gdb_symtabnext
 

Detailed Description

Definition at line 457 of file jit.c.

Member Data Documentation

struct gdb_block* gdb_symtab::blocks

Definition at line 461 of file jit.c.

Referenced by finalize_symtab(), and jit_block_open_impl().

const char* gdb_symtab::file_name

Definition at line 470 of file jit.c.

Referenced by finalize_symtab(), and jit_symtab_open_impl().

struct linetable* gdb_symtab::linetable

Definition at line 467 of file jit.c.

Referenced by finalize_symtab(), and jit_symtab_line_mapping_add_impl().

int gdb_symtab::nblocks

Definition at line 464 of file jit.c.

Referenced by finalize_symtab(), and jit_block_open_impl().

struct gdb_symtab* gdb_symtab::next

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