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

Object virtual copy constructor.

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

Implements csdbg::object.

Reimplemented in csdbg::call.

Definition at line 68 of file symbol.cpp.

References symbol().

69 {
70  return new symbol(*this);
71 }
symbol(mem_addr_t, const i8 *)
Object constructor.
Definition: symbol.cpp:20

+ Here is the call graph for this function: