]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/stacktrace/src/addr2line.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / stacktrace / src / addr2line.cpp
1 // Copyright Antony Polukhin, 2016-2019.
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See
4 // accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6
7 #define BOOST_STACKTRACE_INTERNAL_BUILD_LIBS
8 #define BOOST_STACKTRACE_USE_ADDR2LINE
9 #define BOOST_STACKTRACE_LINK
10
11 #ifndef _GNU_SOURCE
12 # define _GNU_SOURCE
13 #endif
14
15 #include <boost/stacktrace/detail/frame_unwind.ipp>
16 #include <boost/stacktrace/safe_dump_to.hpp>