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

Function BfpSystem_AddCrashInfoFunc

BeefySysLib/platform/posix/PosixCommon.cpp:629–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629BFP_EXPORT void BFP_CALLTYPE BfpSystem_AddCrashInfoFunc(BfpCrashInfoFunc crashInfoFunc)
630{
631 AutoCrit autoCrit(BfpGetGlobalData()->mSysCritSect);
632 BfpGetGlobalData()->mCrashInfoFuncs.Add(crashInfoFunc);
633}
634
635BFP_EXPORT void BFP_CALLTYPE BfpSystem_AddCrashInfo(const char* str) // Can do at any time, or during CrashInfoFunc callbacks
636{

Callers

nothing calls this directly

Calls 2

BfpGetGlobalDataFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected