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

Function CmdSymbolsCommand

source/Debugger/Debugger_Symbols.cpp:1118–1127  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1116
1117//===========================================================================
1118Update_t CmdSymbolsCommand (int nArgs)
1119{
1120 if (! nArgs)
1121 {
1122 return CmdSymbolsInfo( 1 );
1123 }
1124
1125 int bSymbolTable = SYMBOL_TABLE_MAIN << GetSymbolTableFromCommand();
1126 return _CmdSymbolsCommon( nArgs, bSymbolTable ); // BUGFIX 2.6.2.12 Hard-coded to SYMMAIN
1127}
1128
1129//===========================================================================
1130Update_t CmdSymbolsSave (int nArgs)

Callers

nothing calls this directly

Calls 3

CmdSymbolsInfoFunction · 0.85
_CmdSymbolsCommonFunction · 0.85

Tested by

no test coverage detected