MCPcopy Create free account
hub / github.com/beefytech/Beef / CreateEmptyTarget

Method CreateEmptyTarget

IDEHelper/DebugTarget.cpp:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void DebugTarget::CreateEmptyTarget()
183{
184 auto emptyTarget = new DbgModule(this);
185 AddDbgModule(emptyTarget);
186 mTargetBinary = emptyTarget;
187 mLaunchBinary = emptyTarget;
188}
189
190DbgModule* DebugTarget::HotLoad(const StringImpl& fileName, int hotIdx)
191{

Callers 1

WinDebuggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected