GDB (xrefs)
|
#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 |
|
inline |
Definition at line 181 of file gdbcore.h.
References m_section_name, m_storage, and name.
|
inline |
Definition at line 194 of file gdbcore.h.
References m_section_name.
Referenced by fbsd_core_thread_name(), fbsd_core_xfer_siginfo(), core_target::get_core_register_section(), and linux_core_xfer_siginfo().
thread_section_name::DISABLE_COPY_AND_ASSIGN | ( | thread_section_name | ) |
|
private |
Definition at line 202 of file gdbcore.h.
Referenced by c_str(), and thread_section_name().
|
private |
Definition at line 205 of file gdbcore.h.
Referenced by thread_section_name().