| 755 | } |
| 756 | |
| 757 | void tickDebugAgent ( ) { |
| 758 | for_each_debug_agent([&](const DebugAgentPtr & pAgent){ |
| 759 | pAgent->onTick(); |
| 760 | }); |
| 761 | } |
| 762 | |
| 763 | void collectDebugAgentState ( Context & ctx, const LineInfo & at ) { |
| 764 | for_each_debug_agent([&](const DebugAgentPtr & pAgent){ |
no test coverage detected