===========================================================================
| 1608 | |
| 1609 | //=========================================================================== |
| 1610 | Update_t CmdBreakpoint (int nArgs) |
| 1611 | { |
| 1612 | return CmdBreakpointAddPC( nArgs ); |
| 1613 | } |
| 1614 | |
| 1615 | |
| 1616 | // smart breakpoint |
nothing calls this directly
no test coverage detected