| |||
| Home > RealView Debugger Predefined Macros > Alphabetical predefined macro reference > getsym | |||
Returns a debugger symbol at a specified address.
char *getsym (addr)
void *addr;
where:
addrThe address for which the associated symbol is to be returned.
This macro returns a debugger symbol from a specified address. If no symbol exists at the address, a null string is returned