Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ DebugNullView
Method
DebugNullView
core/processview.cpp:194–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
193
194
DebugNullView::DebugNullView(BinaryView* parent) :
195
BinaryView(
"Debugger Null"
, parent->GetFile(), parent)
196
{
197
}
198
199
200
DebugNullView::~DebugNullView()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected