HomeSort by relevance Sort by last modified time
    Searched refs:use_unwinder (Results 1 - 4 of 4) sorted by null

  /external/strace/m4/
st_stacktrace.m4 41 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"],
    [all...]
st_libunwind.m4 50 AS_IF([test "x$with_libunwind" != xno && test "x$use_unwinder" = x],
74 use_unwinder=libunwind
111 if test "x$use_unwinder" = xlibunwind; then
st_libdw.m4 56 AS_IF([test "x$with_libdw" != xno && test "x$use_unwinder" = x],
102 [use_unwinder=libdw
  /external/strace/
configure     [all...]

Completed in 166 milliseconds