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

Function nullcDebugModuleInfo

NULLC/nullc.cpp:1069–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067}
1068
1069ExternModuleInfo* nullcDebugModuleInfo(unsigned int *count)
1070{
1071 using namespace NULLC;
1072
1073 if(count && linker)
1074 *count = linker->exModules.size();
1075 return linker ? linker->exModules.data : NULL;
1076}
1077#endif
1078
1079void nullcDebugBeginCallStack()

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