ATLAS Offline Software
Loading...
Searching...
No Matches
GenericBacktrace.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_GENERICBACKTRACE_H
6#define HEPHAESTUS_GENERICBACKTRACE_H
7
8/*
9 Generic backtrace; for Linux only
10*/
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16/* generic version of backtrace(), from glibc */
17int hhh_GenericBacktrace( void **array, int size );
18
19#ifdef __cplusplus
20} /* extern "C" */
21#endif
22
23#endif /* !HEPHAESTUS_GENERICBACKTRACE_H */
int hhh_GenericBacktrace(void **array, int size)