ATLAS Offline Software
Loading...
Searching...
No Matches
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
13extern "C" {
14#endif
15
16/* generic version of backtrace(), from glibc */
17int hhh_UnwindBacktrace( void **array, int size );
18
19#ifdef __cplusplus
20} /* extern "C" */
21#endif
22
23#endif /* !HEPHAESTUS_GENERICBACKTRACE_H */
int hhh_UnwindBacktrace(void **array, int size)