===========================================================================
| 1888 | } |
| 1889 | //=========================================================================== |
| 1890 | Update_t CmdBreakpointAddMemR (int nArgs) |
| 1891 | { |
| 1892 | return CmdBreakpointAddMem(nArgs, BP_SRC_MEM_READ_ONLY); |
| 1893 | } |
| 1894 | //=========================================================================== |
| 1895 | Update_t CmdBreakpointAddMemW (int nArgs) |
| 1896 | { |
nothing calls this directly
no test coverage detected