Home
last modified time | relevance | path

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

123

/freebsd-14.2/lib/libexecinfo/
H A DMakefile12 SRCS= backtrace.c symtab.c unwind.c
17 MAN= backtrace.3
19 MLINKS+= backtrace.3 backtrace_symbols.3
20 MLINKS+= backtrace.3 backtrace_symbols_fmt.3
21 MLINKS+= backtrace.3 backtrace_symbols_fd.3
22 MLINKS+= backtrace.3 backtrace_symbols_fd_fmt.3
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp24 llvm::StringRef backtrace, in DefaultAssertCallback() argument
27 llvm::errs() << backtrace; // Backtrace includes a newline. in DefaultAssertCallback()
50 llvm::raw_string_ostream backtrace(buffer); in lldb_assert() local
51 llvm::sys::PrintStackTrace(backtrace); in lldb_assert()
57 backtrace.str(), in lldb_assert()
/freebsd-14.2/sys/contrib/openzfs/config/
H A Duser-backtrace.m42 dnl backtrace(), for userspace assertions. glibc has this directly in libc.
9 AC_SEARCH_LIBS([backtrace], [execinfo], [
10 AC_DEFINE(HAVE_BACKTRACE, 1, [backtrace() is available])
H A Duser-libunwind.m42 dnl Checks for libunwind, which usually does a better job than backtrace() when
3 dnl resolving symbols in the stack backtrace. Newer versions have support for
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_fuchsia.cpp17 backtrace::PrintBacktrace_t /* PrintBacktrace */, in installSignalHandlers()
18 backtrace::SegvBacktrace_t /* SegvBacktrace */, in installSignalHandlers()
H A Dsegv_handler.h25 gwp_asan::backtrace::PrintBacktrace_t PrintBacktrace,
26 gwp_asan::backtrace::SegvBacktrace_t SegvBacktrace,
H A Dbacktrace_linux_libc.cpp25 return backtrace(reinterpret_cast<void **>(TraceBuffer), Size); in Backtrace()
60 namespace backtrace { namespace
H A Dbacktrace_fuchsia.cpp14 namespace backtrace { namespace
H A Dbacktrace.h16 namespace backtrace {
H A Dsegv_handler_posix.cpp30 using gwp_asan::backtrace::PrintBacktrace_t;
31 using gwp_asan::backtrace::SegvBacktrace_t;
H A Dbacktrace_sanitizer_common.cpp82 namespace backtrace { namespace
/freebsd-14.2/tools/debugscripts/
H A Dgdbinit.i386256 # primitive backtrace. frame is a memory address.
270 Show a backtrace from the ebp address specified. This can be used to get a backtrace from any stac…
274 # backtrace for process <pid>. Uses btr (machine dependent) to perform the backtrace.
294 Show a backtrace for the process whose pid is specified as a parameter.
298 # Uses btr (machine dependent) to perform the backtrace.
339 # Show backtrace for process selected with "defproc"
344 Show a backtrace for the process previously selected with 'defproc'.
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h116 void SetEnqueueingBacktrace(std::vector<lldb::addr_t> backtrace) { in SetEnqueueingBacktrace() argument
117 m_backtrace = backtrace; in SetEnqueueingBacktrace()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def83 /// Limit depth of macro expansion backtrace.
85 /// Limit depth of instantiation backtrace.
87 /// Limit depth of constexpr backtrace.
/freebsd-14.2/contrib/libexecinfo/
H A Dexecinfo.h38 size_t backtrace(void **, size_t);
H A Dunwind.c61 backtrace(void **arr, size_t len) in backtrace() function
/freebsd-14.2/usr.sbin/ntp/libntp/
H A DMakefile56 backtrace-emptytbl.c \
57 backtrace.c \
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBAssert.h36 llvm::StringRef backtrace,
/freebsd-14.2/lib/libexecinfo/tests/
H A Dsigtramp_test.c29 n = backtrace(addresses, nitems(addresses)); in handler()
/freebsd-14.2/contrib/wpa/src/utils/
H A Dtrace.h32 (ptr)->btrace_num = backtrace((ptr)->btrace, WPA_TRACE_LEN)
/freebsd-14.2/contrib/ntp/libntp/
H A DMakefile.in184 lib/isc/backtrace-emptytbl.c lib/isc/backtrace.c \
207 lib/isc/backtrace-emptytbl.$(OBJEXT) \
270 lib/isc/backtrace-emptytbl.c lib/isc/backtrace.c \
338 lib/isc/$(DEPDIR)/backtrace-emptytbl.Po \
692 lib/isc/include/isc/backtrace.h \
758 lib/isc/backtrace-emptytbl.c lib/isc/backtrace.c \
935 lib/isc/backtrace.$(OBJEXT): lib/isc/$(am__dirstamp) \
1408 -rm -f lib/isc/$(DEPDIR)/backtrace-emptytbl.Po
1409 -rm -f lib/isc/$(DEPDIR)/backtrace.Po
1562 -rm -f lib/isc/$(DEPDIR)/backtrace-emptytbl.Po
[all …]
H A DMakefile.am12 lib/isc/include/isc/backtrace.h \
96 lib/isc/backtrace-emptytbl.c \
97 lib/isc/backtrace.c \
/freebsd-14.2/tools/test/stress2/misc/
H A Dsyzkaller9.sh45 // http://syzkaller.backtrace.io:8080/report?id=03a08d05681c3e7f38ab6ab3f0d025105c3dcea3
/freebsd-14.2/contrib/libcbor/test/
H A Dtest_allocator.c35 int frames = backtrace(buffer, 128); in print_backtrace()
/freebsd-14.2/contrib/netbsd-tests/lib/libexecinfo/
H A Dt_backtrace.c80 nptrs = backtrace(buffer, __arraycount(buffer)); in myfunc3()

123