GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
gdb_initfile_finder Class Reference

Public Member Functions

 gdb_initfile_finder (const char *filename, const char *system_filename, bool system_filename_relocatable, const char *system_dirname, bool system_dirname_relocatable, bool lookup_local_file)
 
 DISABLE_COPY_AND_ASSIGN (gdb_initfile_finder)
 
const std::vector< std::string > & system_files () const
 
const std::string & home_file () const
 
const std::string & local_file () const
 

Private Attributes

std::vector< std::string > m_system_files
 
std::string m_home_file
 
std::string m_local_file
 

Detailed Description

Definition at line 230 of file main.c.

Constructor & Destructor Documentation

◆ gdb_initfile_finder()

gdb_initfile_finder::gdb_initfile_finder ( const char *  filename,
const char *  system_filename,
bool  system_filename_relocatable,
const char *  system_dirname,
bool  system_dirname_relocatable,
bool  lookup_local_file 
)
inlineexplicit

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

gdb_initfile_finder::DISABLE_COPY_AND_ASSIGN ( gdb_initfile_finder  )

◆ home_file()

const std::string & gdb_initfile_finder::home_file ( ) const
inline

Definition at line 332 of file main.c.

References m_home_file.

◆ local_file()

const std::string & gdb_initfile_finder::local_file ( ) const
inline

Definition at line 337 of file main.c.

References m_local_file.

◆ system_files()

const std::vector< std::string > & gdb_initfile_finder::system_files ( ) const
inline

Definition at line 327 of file main.c.

References m_system_files.

Member Data Documentation

◆ m_home_file

std::string gdb_initfile_finder::m_home_file
private

Definition at line 348 of file main.c.

Referenced by gdb_initfile_finder(), and home_file().

◆ m_local_file

std::string gdb_initfile_finder::m_local_file
private

Definition at line 352 of file main.c.

Referenced by gdb_initfile_finder(), and local_file().

◆ m_system_files

std::vector<std::string> gdb_initfile_finder::m_system_files
private

Definition at line 344 of file main.c.

Referenced by gdb_initfile_finder(), and system_files().


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