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

Function CmdSymbols

source/Debugger/Debugger_Symbols.cpp:261–272  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

259
260//===========================================================================
261Update_t CmdSymbols (int nArgs)
262{
263 if (! nArgs)
264 return CmdSymbolsInfo( 0 );
265
266 Update_t iUpdate = _CmdSymbolsUpdate( nArgs, SYMBOL_TABLE_USER_1 );
267 if (iUpdate != UPDATE_NOTHING)
268 return iUpdate;
269
270 int bSymbolTables = (1 << NUM_SYMBOL_TABLES) - 1;
271 return _CmdSymbolsListTables( nArgs, bSymbolTables );
272}
273
274//===========================================================================
275Update_t CmdSymbolsClear (int nArgs)

Callers 1

CmdMOTDFunction · 0.85

Calls 3

CmdSymbolsInfoFunction · 0.85
_CmdSymbolsUpdateFunction · 0.85
_CmdSymbolsListTablesFunction · 0.85

Tested by

no test coverage detected