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

Get the symbol address.

Returns
this->m_addr

Definition at line 79 of file symbol.cpp.

References m_addr.

Referenced by csdbg::process::cache_lookup(), csdbg::symtab::lookup(), and csdbg::tracer::trace().

80 {
81  return m_addr;
82 }
mem_addr_t m_addr
Symbol address.
Definition: symbol.hpp:23

+ Here is the caller graph for this function: