MCPcopy Create free account
hub / github.com/ddnet/ddnet / dbg_break

Function dbg_break

src/base/dbg.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void dbg_break()
44{
45#ifdef __GNUC__
46 __builtin_trap();
47#else
48 abort();
49#endif
50}
51
52void dbg_assert_set_handler(DBG_ASSERT_HANDLER handler)
53{

Callers 1

dbg_assert_impFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected