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

Method Reset

source/Debugger/BreakpointCard.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void BreakpointCard::Reset(const bool powerCycle)
89{
90 m_interceptBPByCard = false;
91 InterceptBreakpoints(m_slot, nullptr);
92 ResetState();
93 if (!powerCycle) // if called by ctor: CriticalSection not created yet
94 CpuIrqDeassert(IS_BREAKPOINTCARD);
95}
96
97void BreakpointCard::InitializeIO(LPBYTE pCxRomPeripheral)
98{

Callers 3

ContinueExecutionFunction · 0.45
WinMainFunction · 0.45
RepeatInitializationFunction · 0.45

Calls 2

InterceptBreakpointsFunction · 0.85
CpuIrqDeassertFunction · 0.85

Tested by

no test coverage detected