MCPcopy Create free account
hub / github.com/WheretIB/nullc / nullcDebugCodeInfo

Function nullcDebugCodeInfo

NULLC/nullc.cpp:1051–1058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049}
1050
1051NULLCCodeInfo* nullcDebugCodeInfo(unsigned int *count)
1052{
1053 using namespace NULLC;
1054
1055 if(count && linker)
1056 *count = linker->exCodeInfo.size() >> 1;
1057 return linker ? (NULLCCodeInfo*)linker->exCodeInfo.data : NULL;
1058}
1059
1060VMCmd* nullcDebugCode(unsigned int *count)
1061{

Callers 5

IDEDebugBreakExFunction · 0.85
FillVariableInfoTreeFunction · 0.85
SuperCalcSetBreakpointsFunction · 0.85
WndProcFunction · 0.85
GeneralCommandThreadFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected