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

Get the objective code file path.

Returns
this->m_path

Definition at line 213 of file symtab.cpp.

References m_path.

Referenced by csdbg::process::ilookup().

214 {
215  return m_path;
216 }
i8 * m_path
Objective code file path.
Definition: symtab.hpp:33

+ Here is the caller graph for this function: