| 571 | } |
| 572 | |
| 573 | void BpRootCmdTarget::KeepAlive() |
| 574 | { |
| 575 | BPCMD_PREPARE; |
| 576 | |
| 577 | BPCMD_RESERVE(1 + 8); |
| 578 | BPCMD_MEMBER(uint8) = BpCmd_KeepAlive; |
| 579 | BPCMD_MEMBER(int64) = GetTimestamp(); |
| 580 | BPCMD_END(); |
| 581 | } |
| 582 | |
| 583 | void BpRootCmdTarget::AddThread(int threadId, BfpThreadId nativeThreadId) |
| 584 | { |
no test coverage detected