Home
last modified time | relevance | path

Searched refs:backtrace (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch4 Subject: [PATCH] backtrace: Replace struct ucontext with ucontext_t
10 src/backtrace.c | 4 ++--
13 diff --git a/src/backtrace.c b/src/backtrace.c
15 --- a/src/backtrace.c
16 +++ b/src/backtrace.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
H A D0004-backtrace-Always-include-stdint.h.patch4 Subject: [PATCH] backtrace: Always include stdint.h
11 3rdparty/libbacktrace/backtrace.h | 16 ----------------
14 diff --git a/3rdparty/libbacktrace/backtrace.h b/3rdparty/libbacktrace/backtrace.h
16 --- a/3rdparty/libbacktrace/backtrace.h
17 +++ b/3rdparty/libbacktrace/backtrace.h
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/
H A D0003-libsysprof-Check-for-unw_set_caching_policy-before-u.patch16 src/preload/backtrace-helper.h | 2 ++
19 diff --git a/src/preload/backtrace-helper.h b/src/preload/backtrace-helper.h
21 --- a/src/preload/backtrace-helper.h
22 +++ b/src/preload/backtrace-helper.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/
H A Dcrosscompile.patch3 libmemcached/backtrace.cc | 3 ++-
6 --- libmemcached-1.0.15.orig/libmemcached/backtrace.cc
7 +++ libmemcached-1.0.15/libmemcached/backtrace.cc
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0019-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch4 Subject: [PATCH] compiler-rt: Do not use backtrace APIs on non-glibc linux
6 musl e.g. does not provide backtrace APIs
34 return backtrace(reinterpret_cast<void **>(TraceBuffer), Size);
40 // We don't need any custom handling for the Segv backtrace - the libc unwinder
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0003-check-for-libexecinfo-providing-backtrace-APIs.patch4 Subject: [PATCH] check for libexecinfo providing backtrace() APIs
6 on musl it depends on external library to provide backtrace APIs
24 +AC_CHECK_LIB([execinfo], [backtrace])
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/
H A D0002-bind-Makefile.in-disable-backtrace.patch4 Subject: [PATCH] bind/Makefile.in: disable backtrace
25 + --without-gssapi --disable-threads --without-lmdb --disable-backtrace \
/openbmc/openbmc/poky/meta/recipes-devtools/mtd/files/
H A D0003-ubifs-utils-link-libmissing.a-in-case-execinfo.h-isn.patch7 On musl execinfo.h doesn't exist, but ubifs-utils uses backtrace() when
11 backtrace().
14 libmissing.h, and link to libmissing.a to provide backtrace() if needed.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/
H A Dopenflow_git.bb24 file://0001-Link-in-libexecinfo-if-it-has-backtrace-API.patch \
73 # lib/backtrace.c:126:32: error: passing argument 1 of 'backtrace' from incompatible pointer type […
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/
H A D0001-Link-in-libexecinfo-if-it-has-backtrace-API.patch4 Subject: [PATCH] Link in libexecinfo if it has backtrace() API
24 + [AC_CHECK_LIB([execinfo], [backtrace], [FAULT_LIBS=-lexecinfo])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0005-check-for-libexecinfo-during-configure.patch23 +AC_SEARCH_LIBS([backtrace], [execinfo], [], [
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/
H A D0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch7 Musl eg. does not implement stack walker ( backtrace ) therefore it gets
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0006-CMakeLists.txt-do-not-use-ccache.patch34 # Check for exec info before we enable the backtrace features.
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch37 int backtrace(void **buffer, int size);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/
H A Dhddtemp_0.3-beta15.bb10 file://0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A DAdded-missing-headers.patch45 #include <backtrace/BacktraceMap.h>
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A DAdded-missing-headers.patch45 #include <backtrace/BacktraceMap.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libexecinfo/
H A Dlibexecinfo_1.1.bb4 DESCRIPTION = "A quick-n-dirty BSD licensed clone of the GNU libc backtrace facility."
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Dlibstd-rs_1.85.1.bb32 CARGO_FEATURES ?= "panic-unwind backtrace"
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc.inc52 # Enable backtrace from abort()
/openbmc/qemu/tests/tcg/s390x/
H A Dsignals-s390x.c98 n_frames = backtrace(frames, sizeof(frames) / sizeof(frames[0])); in handle_signal()
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/
H A Delfutils_0.192.bb152 ${PKGD}${PTEST_PATH}/tests/backtrace-child \
153 ${PKGD}${PTEST_PATH}/tests/backtrace-data \
154 ${PKGD}${PTEST_PATH}/tests/backtrace-dwarf \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libexecinfo/libexecinfo/
H A D0002-execinfo-Fix-compiler-errors-found-with-newer-gcc-cl.patch17 @@ -69,7 +69,8 @@ backtrace(void **buffer, int size)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/
H A Ddhcp-relay_4.4.3p1.bb18 file://0002-bind-Makefile.in-disable-backtrace.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/
H A Dfluentbit_4.0.1.bb63 DEPENDS += " ${@bb.utils.contains('PACKAGECONFIG', 'prefer-system-libs backtrace', 'libbacktrace', …
72 PACKAGECONFIG[backtrace] = "-DFLB_BACKTRACE=Yes,-DFLB_BACKTRACE=No"

12