This class represents a program/library function symbol.
call(mem_addr_t, mem_addr_t, const i8 *)
Object constructor.
char i8
8-bit signed integer
mem_addr_t m_site
Call site address.
This class represents a program/library runtime function call.
Class csdbg::symbol definition.
virtual mem_addr_t site() const
Get the call site address.
virtual call & operator=(const call &)
Assignment operator.
virtual ~call()
Object destructor.
unsigned long long mem_addr_t
64-bit memory address
virtual call * clone() const
Object virtual copy constructor.