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

Object virtual copy constructor.

Returns
the object copy (heap allocated)
Exceptions
std::bad_alloc

Reimplemented from csdbg::symbol.

Definition at line 60 of file call.cpp.

References call().

61 {
62  return new call(*this);
63 }
call(mem_addr_t, mem_addr_t, const i8 *)
Object constructor.
Definition: call.cpp:22

+ Here is the call graph for this function: