===========================================================================
| 1893 | } |
| 1894 | //=========================================================================== |
| 1895 | Update_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[] |
| 1901 | Update_t CmdBreakpointAddMem (const int nArgs, BreakpointSource_t bpSrc /*= BP_SRC_MEM_RW*/) |
nothing calls this directly
no test coverage detected