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

Method next

src/drivers/Qt/ConsoleDebugger.cpp:6970–6983  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6968}
6969//----------------------------------------------------------------------------
6970debuggerBookmark_t *debuggerBookmarkManager_t::next(void)
6971{
6972 if ( internal_iter == bmMap.end() )
6973 {
6974 return NULL;
6975 }
6976 internal_iter++;
6977
6978 if ( internal_iter == bmMap.end() )
6979 {
6980 return NULL;
6981 }
6982 return internal_iter->second;
6983}
6984//----------------------------------------------------------------------------
6985debuggerBookmark_t *debuggerBookmarkManager_t::getAddr( int addr )
6986{

Callers 15

bmListUpdateMethod · 0.80
saveGameDebugBreakpointsFunction · 0.80
bootstrap.min.jsFile · 0.80
PeFunction · 0.80
TnFunction · 0.80
YnFunction · 0.80
brFunction · 0.80
aoFunction · 0.80
bootstrap.min.jsFile · 0.80
PeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected