90#ifndef CXXUTILS_UNWINDBACKTRACE_H
91#define CXXUTILS_UNWINDBACKTRACE_H
95#if defined(__GNUC__) && !defined(__clang__) && defined(__linux__) && defined(__x86_64__)
96# define HAVE_LINUX_UNWIND_BACKTRACE 1
100#ifdef HAVE_LINUX_UNWIND_BACKTRACE
111typedef void backtraceLineFn (
IOFD fd,
unsigned long addr);
120void backtraceByUnwind (backtraceLineFn* lineFn,
IOFD fd);
Collecting a few shared bits and pieces from SEAL headers.
int IOFD
Type the system uses for channel descriptors.