Home
last modified time | relevance | path

Searched refs:use_unwinder (Results 1 – 4 of 4) sorted by relevance

/external/strace/m4/
Dst_stacktrace.m441 use_unwinder=
52 AS_IF([test "x$use_unwinder" = x], [st_LIBDW])
53 AS_IF([test "x$use_unwinder" = x], [st_LIBUNWIND])
54 AS_IF([test x"$enable_stacktrace$use_unwinder" = xyes],
61 AM_CONDITIONAL([ENABLE_STACKTRACE], [test "x$use_unwinder" != x])
62 AM_CONDITIONAL([USE_LIBDW], [test "x$use_unwinder" = xlibdw])
63 AM_CONDITIONAL([USE_LIBUNWIND], [test "x$use_unwinder" = xlibunwind])
66 AS_IF([test "x$use_unwinder" != x],
69 AC_DEFINE_UNQUOTED([USE_UNWINDER], ["$use_unwinder"],
71 AC_MSG_RESULT([yes, using $use_unwinder])
Dst_libunwind.m450 AS_IF([test "x$with_libunwind" != xno && test "x$use_unwinder" = x],
74 use_unwinder=libunwind
111 if test "x$use_unwinder" = xlibunwind; then
Dst_libdw.m456 AS_IF([test "x$with_libdw" != xno && test "x$use_unwinder" = x],
102 [use_unwinder=libdw
/external/strace/
Dconfigure14867 use_unwinder=
14918 if test "x$use_unwinder" = x; then :
14922 if test "x$with_libdw" != xno && test "x$use_unwinder" = x; then :
15036 use_unwinder=libdw
15050 if test "x$use_unwinder" = x; then :
15056 if test "x$with_libunwind" != xno && test "x$use_unwinder" = x; then :
15171 use_unwinder=libunwind
15233 if test "x$use_unwinder" = xlibunwind; then
15244 if test x"$enable_stacktrace$use_unwinder" = xyes; then :
15254 if test "x$use_unwinder" != x; then
[all …]