Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/stacktrace
/ setup_handlers
Function
setup_handlers
example/terminate_handler.cpp:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
//]
40
41
void setup_handlers() {
42
//[getting_started_setup_signel_handlers
43
::signal(SIGSEGV, &my_signal_handler);
44
::signal(SIGABRT, &my_signal_handler);
45
//]
46
}
47
48
49
//[getting_started_terminate_handlers
Callers
1
run_1
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected