Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
std::atomic_bool shouldBreak = false;
40
void signalHandler(int sigNum)
41
{
42
shouldBreak = true;
43
}
44
45
46
void RegisterDisplay(DbgRef<DebuggerController> debugger)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected