MCPcopy Create free account
hub / github.com/Vector35/debugger / MarkDirty

Method MarkDirty

core/processview.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161
162void 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
170void DebugProcessView::ForceMemoryCacheUpdate()

Callers 5

SetIPMethod · 0.45
LaunchAndWaitInternalMethod · 0.45
AttachAndWaitInternalMethod · 0.45
EventHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected