libcsdbg  1.28
C++ exception (and generic) stack trace debug library
mem_addr_t csdbg::call::site ( ) const
inlinevirtual

Get the call site address.

Returns
this->m_site

Definition at line 71 of file call.cpp.

References m_site.

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

72 {
73  return m_site;
74 }
mem_addr_t m_site
Call site address.
Definition: call.hpp:23

+ Here is the caller graph for this function: