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

Get the module file path.

Returns
this->m_path

Definition at line 156 of file plugin.cpp.

References m_path.

Referenced by csdbg::tracer::get_plugin(), and csdbg::tracer::remove_plugin().

157 {
158  return m_path;
159 }
i8 * m_path
Module file path.
Definition: plugin.hpp:52

+ Here is the caller graph for this function: