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

Method GetCeDbgState

IDEHelper/Compiler/BfModule.cpp:1851–1858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1849}
1850
1851CeDbgState* BfModule::GetCeDbgState()
1852{
1853 if (!mIsComptimeModule)
1854 return NULL;
1855 if ((mCompiler->mCeMachine != NULL) && (mCompiler->mCeMachine->mDebugger != NULL))
1856 return mCompiler->mCeMachine->mDebugger->mCurDbgState;
1857 return NULL;
1858}
1859
1860BfIRValue BfModule::GetStringCharPtr(int stringId, bool force)
1861{

Callers 3

CheckIdentifierMethod · 0.80
LoadFieldMethod · 0.80
DoInvocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected