libcsdbg  1.28
C++ exception (and generic) stack trace debug library
const i8 * csdbg::symbol::name ( ) const
inlinevirtual

Get the symbol name.

Returns
this->m_name

Definition at line 90 of file symbol.cpp.

References m_name.

Referenced by csdbg::symtab::lookup(), csdbg::process::lookup(), and csdbg::tracer::trace().

91 {
92  return m_name;
93 }
i8 * m_name
Symbol name.
Definition: symbol.hpp:25

+ Here is the caller graph for this function: