| 168 | |
| 169 | |
| 170 | void DebugProcessView::ForceMemoryCacheUpdate() |
| 171 | { |
| 172 | BinaryView::NotifyDataWritten(0, GetLength()); |
| 173 | } |
| 174 | |
| 175 | |
| 176 | void DebugProcessView::eventHandler(const DebuggerEvent &event) |
nothing calls this directly
no outgoing calls
no test coverage detected