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

Function seekPC_AllDebugWindows

src/drivers/sdl/debugger.cpp:1663–1671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1661}
1662
1663static void seekPC_AllDebugWindows(void)
1664{
1665 std::list < debuggerWin_t * >::iterator it;
1666
1667 for (it = debuggerWinList.begin (); it != debuggerWinList.end (); it++)
1668 {
1669 (*it)->seekAsmPC();
1670 }
1671}
1672
1673static void winDebuggerLoopStep(void)
1674{

Callers 1

winDebuggerLoopStepFunction · 0.85

Calls 2

seekAsmPCMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected