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

Function CmdBreakpointAddMemW

source/Debugger/Debug.cpp:1895–1898  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

1893}
1894//===========================================================================
1895Update_t CmdBreakpointAddMemW (int nArgs)
1896{
1897 return CmdBreakpointAddMem(nArgs, BP_SRC_MEM_WRITE_ONLY);
1898}
1899//===========================================================================
1900// Pre: nArgs = last valid index into g_aArgs[]
1901Update_t CmdBreakpointAddMem (const int nArgs, BreakpointSource_t bpSrc /*= BP_SRC_MEM_RW*/)

Callers

nothing calls this directly

Calls 1

CmdBreakpointAddMemFunction · 0.85

Tested by

no test coverage detected