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

Get the exception message.

Returns
this->m_msg

Definition at line 123 of file exception.cpp.

References m_msg.

Referenced by csdbg::tracer::addr2line(), and csdbg::tracer::on_dso_load().

124 {
125  return m_msg;
126 }
i8 * m_msg
Error description message.
Definition: exception.hpp:32

+ Here is the caller graph for this function: