libcsdbg  1.28
C++ exception (and generic) stack trace debug library
process * csdbg::tracer::proc ( ) const
inlinevirtual

Get the process handle.

Returns
this->m_proc

Definition at line 618 of file tracer.cpp.

References m_proc.

Referenced by csdbg::__cyg_profile_func_enter(), csdbg::__cyg_profile_func_exit(), and csdbg::util::header().

619 {
620  return m_proc;
621 }
process * m_proc
Process handle.
Definition: tracer.hpp:45

+ Here is the caller graph for this function: