| 432 | } |
| 433 | |
| 434 | void Debugger::DeleteAllDataHook() |
| 435 | { |
| 436 | ServerThreadReentry(); |
| 437 | isInitialized_ = false; |
| 438 | if (breakpoints_.ShouldTriggerGlobalBreakpoint(GlobalBreakpointType::GlobalBreakOnGameExit)) { |
| 439 | GlobalBreakpointInServerThread(GlobalBreakpointReason::GameExit); |
| 440 | } |
| 441 | } |
| 442 | |
| 443 | ResultCode Debugger::GetDatabaseContents(uint32_t databaseId) |
| 444 | { |
no test coverage detected