MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / GetSymbolTableFromCommand

Function GetSymbolTableFromCommand

source/Debugger/Debugger_Symbols.cpp:133–136  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

131
132//===========================================================================
133int GetSymbolTableFromCommand()
134{
135 return (g_iCommand - CMD_SYMBOLS_ROM);
136}
137
138// @param iTable_ Which symbol table the symbol is in if any. If none will be NUM_SYMBOL_TABLES
139//===========================================================================

Callers 3

CmdSymbolsInfoFunction · 0.85
CmdSymbolsLoadFunction · 0.85
CmdSymbolsCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected