--- hatari/src/debug/symbols.h 2019/04/09 08:48:37 1.1 +++ hatari/src/debug/symbols.h 2019/04/09 08:49:24 1.1.1.2 @@ -33,5 +33,8 @@ extern const char* Symbols_GetByCpuAddre extern const char* Symbols_GetByDspAddress(Uint32 addr); /* symbols/dspsymbols command parsing */ extern int Symbols_Command(int nArgc, char *psArgs[]); +/* how many symbols are loaded */ +extern unsigned int Symbols_CpuCount(void); +extern unsigned int Symbols_DspCount(void); #endif