fw4spl
installSIGSEVBacktrace.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #ifndef __MONITOR_INSTALLSIGSEVBACKTRACE_HPP__
8 #define __MONITOR_INSTALLSIGSEVBACKTRACE_HPP__
9 
10 #include "monitor/config.hpp"
11 
12 
13 namespace monitor
14 {
15 
16 
21 MONITOR_API void installSIGSEVBacktrace();
22 
23 
27 MONITOR_API void generateSIGSEV();
28 
29 
30 } // namespace monitor
31 
32 #endif // __MONITOR_INSTALLSIGSEVBACKTRACE_HPP__
33 
MONITOR_API void installSIGSEVBacktrace()
Function installing a callback which print the backtrace on a SIGSEV and SIGUSR1 signal for posix onl...
The namespace monitor contains tools for monitoring an application built with FW4SPL.
Definition: fwMetrics.hpp:14
MONITOR_API void generateSIGSEV()
Generates segmentation fault for test.