| 37 | } |
| 38 | |
| 39 | void dapiSimulateContext ( Context & ctx ) { |
| 40 | for_each_debug_agent([&]( const DebugAgentPtr & pAgent ){ |
| 41 | pAgent->onSimulateContext(&ctx); |
| 42 | }); |
| 43 | } |
| 44 | |
| 45 | void dapiUserCommand ( const char * command ) { |
| 46 | if ( !command ) command = ""; |
no test coverage detected