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

Function nullcDebugBeginCallStack

NULLC/nullc.cpp:1079–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077#endif
1078
1079void nullcDebugBeginCallStack()
1080{
1081 using namespace NULLC;
1082
1083 if(currExec == NULLC_VM)
1084 {
1085#ifndef NULLC_NO_EXECUTOR
1086 executor->BeginCallStack();
1087#endif
1088 }else{
1089#ifdef NULLC_BUILD_X86_JIT
1090 executorX86->BeginCallStack();
1091#endif
1092 }
1093}
1094
1095unsigned int nullcDebugGetStackFrame()
1096{

Callers 3

IDEDebugBreakExFunction · 0.85
FillVariableInfoTreeFunction · 0.85
PipeDebugBreakFunction · 0.85

Calls 1

BeginCallStackMethod · 0.45

Tested by

no test coverage detected