MCPcopy Create free account
hub / github.com/TASEmulators/fceux / ld65LoadDebugFile

Method ld65LoadDebugFile

src/debugsymboltable.cpp:988–1001  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

986}
987//--------------------------------------------------------------
988int debugSymbolTable_t::ld65LoadDebugFile( const char *dbgFilePath )
989{
990 ld65::database db;
991
992 if ( db.dbgFileLoad( dbgFilePath ) )
993 {
994 return -1;
995 }
996 FCEU::autoScopedLock alock(cs);
997
998 db.iterateSymbols( this, ld65_iterate_cb );
999
1000 return 0;
1001}
1002//--------------------------------------------------------------

Callers 1

ld65ImportDebugMethod · 0.80

Calls 2

dbgFileLoadMethod · 0.80
iterateSymbolsMethod · 0.80

Tested by

no test coverage detected