|
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 245 of file gdbcore.h.
References ptid_t::lwp(), ptid_t::lwp_p(), m_section_name, m_storage, name, and string_printf().
|
inline |
Definition at line 258 of file gdbcore.h.
References m_section_name.
Referenced by fbsd_core_thread_name(), fbsd_core_xfer_siginfo(), and linux_core_xfer_siginfo().
| thread_section_name::DISABLE_COPY_AND_ASSIGN | ( | thread_section_name | ) |
|
private |
Definition at line 266 of file gdbcore.h.
Referenced by c_str(), and thread_section_name().
|
private |
Definition at line 269 of file gdbcore.h.
Referenced by thread_section_name().
1.8.14