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

Object copy constructor.

Parameters
[in]srcthe source object
Exceptions
std::bad_alloc

Definition at line 36 of file call.cpp.

36  :
37 symbol(src),
38 m_site(src.m_site)
39 {
40 }
mem_addr_t m_site
Call site address.
Definition: call.hpp:23
symbol(mem_addr_t, const i8 *)
Object constructor.
Definition: symbol.cpp:20