MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dDebug

Function dDebug

3rd_party/Src/ode/ode/src/error.cpp:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97extern "C" void dDebug (int num, const char *msg, ...)
98{
99 va_list ap;
100 va_start (ap,msg);
101 if (debug_function) debug_function (num,msg,ap);
102 else printMessage (num,"ODE INTERNAL ERROR",msg,ap);
103 // *((char *)0) = 0; ... commit SEGVicide
104 abort();
105}
106
107
108extern "C" void dMessage (int num, const char *msg, ...)

Callers 15

dxQuickStepperFunction · 0.85
dCreateGeomClassFunction · 0.85
checkWorldFunction · 0.85
dMatrixMethod · 0.85
mat.cppFile · 0.85
selectMethod · 0.85
operator +Method · 0.85
operator -Method · 0.85
operator *Method · 0.85
operator +=Method · 0.85
operator -=Method · 0.85
clearUpperTriangleMethod · 0.85

Calls 1

printMessageFunction · 0.85

Tested by 2

nextMatrixMethod · 0.68
endMethod · 0.68