| 160 | |
| 161 | |
| 162 | void DebugProcessView::MarkDirty() |
| 163 | { |
| 164 | // This hack will let the views (linear/graph) update its display |
| 165 | uint64_t end = m_aggressiveAnalysisUpdate ? GetLength() : 1; |
| 166 | BinaryView::NotifyDataWritten(0, end); |
| 167 | } |
| 168 | |
| 169 | |
| 170 | void DebugProcessView::ForceMemoryCacheUpdate() |
no outgoing calls
no test coverage detected