| 1304 | |
| 1305 | |
| 1306 | void DebuggerController::NotifyEvent(DebuggerEventType eventType) |
| 1307 | { |
| 1308 | DebuggerEvent event; |
| 1309 | event.type = eventType; |
| 1310 | PostDebuggerEvent(event); |
| 1311 | } |
| 1312 | |
| 1313 | |
| 1314 | // We should call these two function instead of DebugAdapter::ReadMemory(), which will skip the memory cache |
no outgoing calls
no test coverage detected