libcsdbg  1.28
C++ exception (and generic) stack trace debug library
const call * csdbg::thread::backtrace ( u32  i) const
inlinevirtual

Peek at the simulated call stack.

Parameters
[in]ithe offset
Returns
the i-th function call
Exceptions
csdbg::exception

Definition at line 211 of file thread.cpp.

References m_stack.

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

212 {
213  return m_stack->peek(i);
214 }
stack< call > * m_stack
Simulated call stack.
Definition: thread.hpp:37

+ Here is the caller graph for this function: