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

Function updateAllDebugWindows

src/drivers/sdl/debugger.cpp:1653–1661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1651}
1652
1653static void updateAllDebugWindows(void)
1654{
1655 std::list < debuggerWin_t * >::iterator it;
1656
1657 for (it = debuggerWinList.begin (); it != debuggerWinList.end (); it++)
1658 {
1659 (*it)->updateViewPort();
1660 }
1661}
1662
1663static void seekPC_AllDebugWindows(void)
1664{

Callers 8

seekPCCBFunction · 0.85
resetCountersCBFunction · 0.85
breakOnBadOpcodeCBFunction · 0.85
breakOnCyclesCBFunction · 0.85
breakOnCyclesLimitCBFunction · 0.85
breakOnInstructionsCBFunction · 0.85
FCEUD_DebugBreakpointFunction · 0.85

Calls 2

updateViewPortMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected