Home
last modified time | relevance | path

Searched refs:libunwind (Results 1 – 25 of 131) sorted by relevance

123456

/external/strace/m4/
Dst_libunwind.m430 AC_ARG_WITH([libunwind], optwith
31 [AS_HELP_STRING([--with-libunwind],
32 [use libunwind to implement stack tracing support])],
54 AC_CHECK_HEADERS([libunwind-ptrace.h],
61 AC_MSG_CHECKING([for unw_create_addr_space in libunwind-generic])
74 use_unwinder=libunwind
77 AC_MSG_FAILURE([failed to find _UPT_create in libunwind-ptrace])
85 AC_MSG_FAILURE([failed to find unw_create_addr_space in libunwind-generic])
93 AC_MSG_FAILURE([failed to find libunwind])
102 AC_MSG_FAILURE([failed to find libunwind-ptrace.h])
[all …]
/external/llvm-project/libunwind/docs/
DBuildingLibunwind.rst4 Building libunwind
21 #. Checkout LLVM, libunwind, and related projects:
26 #. Configure and build libunwind:
30 Clang is the preferred compiler when building and using libunwind.
35 * ``cmake -G <generator> -DLLVM_ENABLE_PROJECTS=libunwind [options] <path to llvm sources>``
37 For more information about configuring libunwind see :ref:`CMake Options`.
39 * ``make unwind`` --- will build libunwind.
42 Shared and static libraries for libunwind should now be present in llvm/build/lib.
44 #. **Optional**: Install libunwind
48 select a safe place to install libunwind.
[all …]
Dindex.rst4 libunwind LLVM Unwinder
10 libunwind is an implementation of the interface defined by the HP libunwind
13 fast implementation of the ABI, leaving off some features of HP's libunwind
19 defined by the old HP libunwind project.
21 Getting Started with libunwind
32 libunwind is a production-quality unwinder, with platform support for DWARF
35 The low level libunwind API was designed to work either in-process (aka local)
42 libunwind is known to work on the following platforms:
79 If you think you've found a bug in libunwind, please report it using
82 Please include "libunwind" in your subject.
[all …]
DREADME.txt1 libunwind Documentation
4 The libunwind documentation is written using the Sphinx documentation generator. It is
7 To build the documents into html configure libunwind with the following cmake options:
12 After configuring libunwind with these options the make rule `docs-libunwind-html`
DCMakeLists.txt5 add_sphinx_target(html libunwind)
/external/llvm-project/libunwind/
DCMakeLists.txt2 message(FATAL_ERROR "libunwind requires being built in a monorepo layout with libcxx available")
28 project(libunwind LANGUAGES C CXX ASM) project
30 set(PACKAGE_NAME libunwind)
58 option(LIBUNWIND_BUILD_32_BITS "Build 32 bit libunwind" ${LLVM_BUILD_32_BITS})
62 option(LIBUNWIND_ENABLE_SHARED "Build libunwind as a shared library." ON)
63 option(LIBUNWIND_ENABLE_STATIC "Build libunwind as a static library." ON)
66 option(LIBUNWIND_ENABLE_THREADS "Build libunwind with threading support." ON)
69 option(LIBUNWIND_INCLUDE_DOCS "Build the libunwind documentation." ${LLVM_INCLUDE_DOCS})
70 option(LIBUNWIND_IS_BAREMETAL "Build libunwind for baremetal targets." OFF)
76 option(LIBUNWIND_INSTALL_LIBRARY "Install the libunwind library." ON)
[all …]
/external/llvm-project/llvm/utils/gn/secondary/libunwind/src/
DBUILD.gn4 # Build libunwind as a shared library.
7 # Build libunwind as a static library.
15 "../include/libunwind.h",
44 "libunwind.cpp",
55 include_dirs = [ "//libunwind/include" ]
76 "-install_name /usr/lib/libunwind.1.dylib",
/external/llvm-project/libunwind/test/
Dlit.site.cfg.in36 config.name = 'libunwind'
53 lit_config.note('Using configuration variant: libunwind')
54 import libunwind.test.config
55 configuration = libunwind.test.config.Configuration(lit_config, config)
DCMakeLists.txt26 set(AUTO_GEN_COMMENT "## Autogenerated by libunwind configuration.\n# Do not edit!")
32 add_lit_testsuite(check-unwind "Running libunwind tests"
/external/llvm-project/llvm/utils/gn/secondary/libunwind/
DBUILD.gn1 group("libunwind") {
2 deps = [ "//libunwind/src(//llvm/utils/gn/build/toolchain:stage2_unix)" ]
/external/llvm-project/libunwind/src/
DCMakeLists.txt4 libunwind.cpp
48 ../include/libunwind.h
93 "support is disabled. Building libunwind DSO with runtime dependency "
99 add_link_flags("-compatibility_version 1" "-install_name /usr/lib/libunwind.1.dylib")
116 # NOTE: avoid implicit dependencies on C++ runtimes. libunwind uses C++ for
DUnwindRegistersRestore.S682 @ static void libunwind::Registers_arm::restoreVFPWithFLDMX(unw_fpreg_t* values)
696 @ static void libunwind::Registers_arm::restoreVFPv3(unw_fpreg_t* values)
712 @ static void libunwind::Registers_arm::restoreiWMMX(unw_fpreg_t* values)
741 @ static void libunwind::Registers_arm::restoreiWMMXControl(unw_uint32_t* values)
763 # void libunwind::Registers_or1k::jumpto()
817 # void libunwind::Registers_hexagon::jumpto()
/external/llvm-project/llvm/test/Transforms/AlignmentFromAssumptions/
Damdgpu-crash.ll8 …:libunwind::_Unwind_Exception.9.51.75.99.123.147.163.171.179.195.203.211.227.385.396" = type { [0 …
9 %"unwind::libunwind::_Unwind_Context.10.52.76.100.124.148.164.172.180.196.204.212.228.386.397" = ty…
/external/igt-gpu-tools/
Dmeson_options.txt37 option('libunwind', feature
39 description : 'Use libunwind')
Dmeson.build121 libunwind = dependency('libunwind', required : get_option('libunwind')) variable
122 build_info += 'With libunwind: @0@'.format(libunwind.found())
/external/llvm-project/clang/docs/
DToolchain.rst229 libunwind (LLVM)
233 build it, pass ``-DLLVM_ENABLE_PROJECTS=libunwind`` to the cmake invocation.
235 If using libc++abi, you may need to configure it to use libunwind
238 libunwind, that library will be implicitly linked into binaries that
247 libunwind (nongnu.org)
250 This is another implementation of the libunwind specification.
251 See `libunwind (nongnu.org) <https://www.nongnu.org/libunwind>`_.
253 libunwind (PathScale)
256 This is another implementation of the libunwind specification.
257 See `libunwind (pathscale) <https://github.com/pathscale/libunwind>`_.
/external/igt-gpu-tools/lib/
Dmeson.build90 if libunwind.found()
91 lib_deps += libunwind
93 inc = [ inc, include_directories('stubs/libunwind') ]
/external/tensorflow/tensorflow/tools/ci_build/devtoolset/
Dbuild_devtoolset.sh99 --disable-libunwind-exceptions \
100 --disable-libunwind-exceptions \
/external/llvm/projects/
DCMakeLists.txt11 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libunwind) AND
28 add_llvm_external_project(libunwind)
/external/llvm-project/llvm/projects/
DCMakeLists.txt11 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libunwind) AND
32 add_llvm_external_project(libunwind)
/external/llvm-project/llvm/utils/gn/secondary/libcxxabi/src/
DBUILD.gn89 "//libunwind/src:unwind_shared",
119 "//libunwind/src:unwind_static",
/external/mesa3d/docs/relnotes/
D17.1.10.rst39 - osmesa: link with libunwind if enabled (v2)
68 - automake: enable libunwind in \`make distcheck'
84 - travis: Add libunwind-dev to gallium/make builds
/external/oss-fuzz/projects/proxygen/
Dbuild.sh25 cp /usr/lib/x86_64-linux-gnu/libunwind.so.8 $OUT/lib/
/external/perfetto/buildtools/
D.gitignore22 libunwind/
/external/llvm-project/libcxxabi/src/
DCMakeLists.txt79 # Prefer using the in-tree version of libunwind, either shared or static. If
81 # FIXME: Is it correct to prefer the static version of libunwind?
92 # We handle this by directly merging libunwind objects into libc++abi.
282 # Merge the libc++abi.a and libunwind.a into one.

123456