2 #define _CSDBG_SYMBOL 1
44 virtual const i8*
name()
const;
virtual symbol & operator=(const symbol &)
Assignment operator.
This abstract class serves as the root of the class hierarchy tree.
This class represents a program/library function symbol.
virtual symbol * clone() const
Object virtual copy constructor.
virtual ~symbol()
Object destructor.
char i8
8-bit signed integer
Class csdbg::object definition.
mem_addr_t m_addr
Symbol address.
virtual mem_addr_t addr() const
Get the symbol address.
virtual const i8 * name() const
Get the symbol name.
symbol(mem_addr_t, const i8 *)
Object constructor.
unsigned long long mem_addr_t
64-bit memory address