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

#include "gdbcore.h"

Public Member Functions

 thread_section_name (const char *name, ptid_t ptid)
 
const char * c_str () const
 
 DISABLE_COPY_AND_ASSIGN (thread_section_name)
 

Private Attributes

const char * m_section_name
 
std::string m_storage
 

Detailed Description

Definition at line 175 of file gdbcore.h.

Constructor & Destructor Documentation

◆ thread_section_name()

thread_section_name::thread_section_name ( const char * name,
ptid_t ptid )
inline

Definition at line 181 of file gdbcore.h.

References m_section_name, m_storage, and name.

Member Function Documentation

◆ c_str()

const char * thread_section_name::c_str ( ) const
inline

◆ DISABLE_COPY_AND_ASSIGN()

thread_section_name::DISABLE_COPY_AND_ASSIGN ( thread_section_name )

Member Data Documentation

◆ m_section_name

const char* thread_section_name::m_section_name
private

Definition at line 202 of file gdbcore.h.

Referenced by c_str(), and thread_section_name().

◆ m_storage

std::string thread_section_name::m_storage
private

Definition at line 205 of file gdbcore.h.

Referenced by thread_section_name().


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