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

Get the size (call depth) of the simulated call stack with respect to the real call stack, the number of calls that must be popped off the simulated stack to match the real one.

Returns
this->m_lag

Definition at line 123 of file thread.cpp.

References m_lag.

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

124 {
125  return m_lag;
126 }
i32 m_lag
The number of calls that must be popped off the simulated stack for it to match the real one...
Definition: thread.hpp:39

+ Here is the caller graph for this function: