MCPcopy Create free account
hub / github.com/Vector35/debugger / signalHandler

Function signalHandler

cli/main.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39std::atomic_bool shouldBreak = false;
40void signalHandler(int sigNum)
41{
42 shouldBreak = true;
43}
44
45
46void RegisterDisplay(DbgRef<DebuggerController> debugger)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected