MCPcopy Create free account
hub / github.com/carbonengine/trinity / sigaction

Class sigaction

trinity/trinity.cpp:357–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 DoDebugBreak();
356#else
357 struct sigaction action, oldAction;
358 memset( &action, 0, sizeof( action ) );
359 action.sa_handler = &emptySignalHandler;
360 sigaction( SIGTRAP, &action, &oldAction );

Callers 1

PyBreakInDebuggerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected