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

Classes

struct  sections
 

Public Member Functions

 dwo_file ()=default
 
 DISABLE_COPY_AND_ASSIGN (dwo_file)
 

Public Attributes

const char * dwo_name = nullptr
 
const char * comp_dir = nullptr
 
gdb_bfd_ref_ptr dbfd
 
htab_up cus
 
htab_up tus
 

Detailed Description

Definition at line 344 of file read.c.

Constructor & Destructor Documentation

◆ dwo_file()

dwo_file::dwo_file ( )
default

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

dwo_file::DISABLE_COPY_AND_ASSIGN ( dwo_file )

Member Data Documentation

◆ comp_dir

const char* dwo_file::comp_dir = nullptr

◆ cus

htab_up dwo_file::cus

Definition at line 371 of file read.c.

Referenced by lookup_dwo_cutu(), and open_and_init_dwo_file().

◆ dbfd

gdb_bfd_ref_ptr dwo_file::dbfd

Definition at line 360 of file read.c.

Referenced by open_and_init_dwo_file().

◆ dwo_name

const char* dwo_file::dwo_name = nullptr

◆ tus

htab_up dwo_file::tus

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