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

Method ForceMemoryCacheUpdate

core/processview.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170void DebugProcessView::ForceMemoryCacheUpdate()
171{
172 BinaryView::NotifyDataWritten(0, GetLength());
173}
174
175
176void DebugProcessView::eventHandler(const DebuggerEvent &event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected