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

Function CmdBreakpointAddMemR

source/Debugger/Debug.cpp:1890–1893  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1888}
1889//===========================================================================
1890Update_t CmdBreakpointAddMemR (int nArgs)
1891{
1892 return CmdBreakpointAddMem(nArgs, BP_SRC_MEM_READ_ONLY);
1893}
1894//===========================================================================
1895Update_t CmdBreakpointAddMemW (int nArgs)
1896{

Callers

nothing calls this directly

Calls 1

CmdBreakpointAddMemFunction · 0.85

Tested by

no test coverage detected