| 2283 | } |
| 2284 | |
| 2285 | ProtocolVersion protocolVersion() const override { return getCurrentProcess()->protocolVersion; } |
| 2286 | |
| 2287 | // time is guarded by ISimulator::mutex. It is not necessary to guard reads on the main thread because |
| 2288 | // time should only be modified from the main thread. |