Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ MarkDirty
Method
MarkDirty
core/debuggerstate.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
39
void DebuggerRegisters::MarkDirty()
40
{
41
m_dirty = true;
42
m_registerCache.clear();
43
}
44
45
46
void DebuggerRegisters::Update()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected