ATLAS Offline Software
Hephaestus/Hephaestus/UnwindBacktrace.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef HEPHAESTUS_UNWINDBACKTRACE_H
6 #define HEPHAESTUS_UNWINDBACKTRACE_H
7 
8 /*
9  Backtrace based on libunwind; for Linux only
10 */
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 /* generic version of backtrace(), from glibc */
17 int hhh_UnwindBacktrace( void **array, int size );
18 
19 #ifdef __cplusplus
20 } /* extern "C" */
21 #endif
22 
23 #endif /* !HEPHAESTUS_GENERICBACKTRACE_H */
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
lumiFormat.array
array
Definition: lumiFormat.py:98
hhh_UnwindBacktrace
int hhh_UnwindBacktrace(void **array, int size)