libcsdbg  1.28
C++ exception (and generic) stack trace debug library
csdbg::call::call ( mem_addr_t  addr,
mem_addr_t  site,
const i8 nm 
)

Object constructor.

Parameters
[in]addrthe called function address
[in]sitethe call site address
[in]nmthe called function name
Exceptions
std::bad_alloc

Definition at line 22 of file call.cpp.

Referenced by clone().

22  :
23 symbol(addr, nm),
24 m_site(site)
25 {
26 }
mem_addr_t m_site
Call site address.
Definition: call.hpp:23
virtual mem_addr_t site() const
Get the call site address.
Definition: call.cpp:71
virtual mem_addr_t addr() const
Get the symbol address.
Definition: symbol.cpp:79
symbol(mem_addr_t, const i8 *)
Object constructor.
Definition: symbol.cpp:20

+ Here is the caller graph for this function: