libcsdbg  1.28
C++ exception (and generic) stack trace debug library
u32 csdbg::thread::call_depth ( ) const
inlinevirtual

Get the size (call depth) of the simulated call stack.

Returns
this->m_stack->size()

Definition at line 196 of file thread.cpp.

References m_stack.

Referenced by csdbg::tracer::trace().

197 {
198  return m_stack->size();
199 }
stack< call > * m_stack
Simulated call stack.
Definition: thread.hpp:37

+ Here is the caller graph for this function: