| /src/sys/contrib/openzfs/config/ |
| H A D | user-libunwind.m4 | 3 dnl Checks for libunwind, which usually does a better job than backtrace() when 9 AC_ARG_WITH([libunwind], optwith 10 AS_HELP_STRING([--with-libunwind], 11 [use libunwind for backtraces in userspace assertions]), 16 ZFS_AC_FIND_SYSTEM_LIBRARY(LIBUNWIND, [libunwind], [libunwind.h], [], [unwind], [], [ 23 AC_MSG_CHECKING([for unw_get_elf_filename in libunwind]) 27 #include <libunwind.h> 34 [libunwind has unw_get_elf_filename]) 38 dnl LLVM includes it's own libunwind library, which 41 AC_MSG_CHECKING([whether libunwind is llvm libunwind]) [all …]
|
| /src/lib/libgcc_eh/ |
| H A D | Makefile.inc | 2 UNWINDINCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/include 3 UNWINDSRCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/src 16 SRCS_EXC+= libunwind.cpp
|
| H A D | Makefile | 13 INCS+= ${UNWINDINCDIR}/libunwind.h
|
| /src/contrib/llvm-project/libunwind/include/ |
| H A D | libunwind.modulemap | 1 module libunwind [system] { 2 header "libunwind.h"
|
| /src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-3-deps-vm.sh | 19 libtirpc-dev libtool libunwind libunwind-dev linux-headers linux-tools \ 72 libtool libtool-bin libudev-dev libunwind-dev linux-headers-$(uname -r) \ 193 sudo dnf install -y libunwind-devel
|
| /src/contrib/jemalloc/ |
| H A D | INSTALL.md | 141 + libunwind (requires --enable-prof-libunwind) 145 * `--enable-prof-libunwind` 147 Use the libunwind library (http://www.nongnu.org/libunwind/) for stack 158 * `--with-static-libunwind=<libunwind.a>` 160 Statically link against the specified libunwind.a rather than dynamically
|
| H A D | configure.ac | 1292 AC_ARG_ENABLE([prof-libunwind], 1293 [AS_HELP_STRING([--enable-prof-libunwind], [Use libunwind for backtracing])], 1299 AC_MSG_ERROR([--enable-prof-libunwind should only be used with --enable-prof]) 1306 [AS_HELP_STRING([--with-static-libunwind=<libunwind.a>], 1307 [Path to static libunwind library; use rather than dynamically linking])], 1312 AC_MSG_ERROR([Static libunwind not found: $with_static_libunwind]) 1319 AC_CHECK_HEADERS([libunwind.h], , [enable_prof_libunwind="0"]) 1327 backtrace_method="libunwind" 2659 AC_MSG_RESULT([prof-libunwind : ${enable_prof_libunwind}])
|
| /src/lib/libexecinfo/ |
| H A D | Makefile | 12 CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
|
| /src/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind_AIXExtras.cpp | 17 namespace libunwind { namespace
|
| H A D | UnwindRegistersRestore.S | 709 @ void libunwind::Registers_arm::restoreCoreAndJumpTo() 750 @ static void libunwind::Registers_arm::restoreVFPWithFLDMD(unw_fpreg_t* values)
|
| H A D | RWMutex.hpp | 25 namespace libunwind { namespace
|
| H A D | AddressSpace.hpp | 49 namespace libunwind { namespace 69 namespace libunwind { namespace 124 namespace libunwind { namespace
|
| H A D | libunwind.cpp | 33 using namespace libunwind; 354 namespace libunwind { namespace
|
| H A D | UnwindRegistersSave.S | 823 @ static void libunwind::Registers_arm::saveVFPWithFSTMD(unw_fpreg_t* values) 837 @ static void libunwind::Registers_arm::saveVFPWithFSTMX(unw_fpreg_t* values) 851 @ static void libunwind::Registers_arm::saveVFPv3(unw_fpreg_t* values)
|
| H A D | EHHeaderParser.hpp | 19 namespace libunwind { namespace
|
| H A D | Unwind-seh.cpp | 31 using namespace libunwind;
|
| H A D | CompactUnwinder.hpp | 27 namespace libunwind { namespace
|
| H A D | DwarfInstructions.hpp | 26 namespace libunwind { namespace
|
| H A D | DwarfParser.hpp | 26 namespace libunwind { namespace
|
| /src/lib/libcompiler_rt/ |
| H A D | Makefile | 12 CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
|
| /src/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 286 libunwind/.clang-format 287 libunwind/CMakeLists.txt 288 libunwind/cmake/ 289 libunwind/docs/ 290 libunwind/include/CMakeLists.txt 291 libunwind/src/CMakeLists.txt 292 libunwind/test/
|
| /src/.github/ |
| H A D | CODEOWNERS | 40 /contrib/llvm-project/libunwind @DimitryAndric @emaste @bsdjhb
|
| /src/ |
| H A D | MAINTAINERS | 44 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred.
|
| H A D | UPDATING | 558 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have 1191 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have 1250 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have 1275 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have 1294 The WITHOUT_LLVM_LIBUNWIND option has been removed. LLVM's libunwind 1353 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have 1407 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have 1457 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 155 /* Use libunwind for profile backtracing if defined. */
|