Searched refs:backtrace (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dbacktrace-emptytbl.c19 /* Id: backtrace-emptytbl.c,v 1.3 2009/09/01 20:13:44 each Exp */
24 * This file defines an empty (default) symbol table used in backtrace.c
33 #include <isc/backtrace.h>
H A Dassertions.c30 #include <isc/backtrace.h>
H A Dbacktrace.c19 /* Id: backtrace.c,v 1.3 2009/09/02 23:48:02 tbox Exp */
31 #include <isc/backtrace.h>
39 * 1. If the system library supports the "backtrace()" function, use it.
48 * the RBP register in such a case. If the backtrace function itself crashes
50 * --disable-backtrace.
72 * See notes in backtrace.h.
78 * backtrace(3) includes this function itself in the address array,
81 n = backtrace(addrs, maxaddrs);
265 * See notes in backtrace.h.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr28814.c15 backtrace ("stalin.sc", 7222, 248274);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr28814.c15 backtrace ("stalin.sc", 7222, 248274);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsignull.exp19 # Check that GDB can trigger and backtrace SIGSEGV signal stacks
29 # This also tests backtrace/gdb1476.
110 # backtrace from the SEGV works; the sigsegv is delivered; a backtrace
120 gdb_test backtrace $bt_from_segv "${name}; backtrace from ${signame}"
122 gdb_test backtrace $bt_from_keeper "${name}; backtrace from keeper through ${signame}"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A DMakefile.in6 PROGS = ax backtrace deltrace infotrace packetlen passc-dyn passcount \
H A Dbacktrace.exp31 set binfile $objdir/$subdir/backtrace
34 untested backtrace.exp
104 untested backtrace.exp
110 untested backtrace.exp
121 # Setup backtrace experiment. This will involve:
186 gdb_test "backtrace" \
200 gdb_test "backtrace" \
212 gdb_test_multiple "backtrace" "$msg" {
227 # display at least several stack frames worth of backtrace. We'll
231 gdb_test_multiple "backtrace" "
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/lib/libisc/
H A DMakefile18 UNIX_SRCS= app.c backtrace.c dir.c entropy.c errno2result.c file.c \
21 backtrace-emptytbl.c
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dbacktrace_test.c26 #include <isc/backtrace.h>
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dtrace.h38 (ptr)->btrace_num = backtrace((ptr)->btrace, WPA_TRACE_LEN)
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/os/
H A DMakefile12 rpcauth.c backtrace.c xprintf.c xsha1.c
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_node.h70 int __depth = backtrace(&__buffer[0], __max_depth);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dlibisc.mak119 -@erase "$(INTDIR)\backtrace.obj"
120 -@erase "$(INTDIR)\backtrace-emptytbl.obj"
241 "$(INTDIR)\backtrace.obj" \
242 "$(INTDIR)\backtrace-emptytbl.obj" \
314 -@erase "$(INTDIR)\backtrace.obj"
315 -@erase "$(INTDIR)\backtrace-emptytbl.obj"
316 -@erase "$(INTDIR)\backtrace.sbr"
317 -@erase "$(INTDIR)\backtrace-emptytbl.sbr"
510 "$(INTDIR)\backtrace.sbr" \
511 "$(INTDIR)\backtrace
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/
H A Dmf-runtime.c295 __mf_opts.backtrace = 4;
433 {"backtrace",
435 read_integer_option, 0, &__mf_opts.backtrace},
1075 if (__mf_opts.backtrace > 0 && (type == __MF_TYPE_HEAP || type == __MF_TYPE_HEAP_I))
1371 if (__mf_opts.backtrace > 0 && old_obj->type == __MF_TYPE_HEAP)
1415 if (__mf_opts.backtrace > 0)
1788 if (__mf_opts.backtrace > 0)
1812 if (__mf_opts.backtrace > 0)
1958 unsigned pc_array_size = __mf_opts.backtrace + guess_omit_levels;
1968 pc_array_size = backtrace (pc_arra
[all...]
H A Dmf-impl.h164 unsigned backtrace; member in struct:__mf_options
H A Dconfigure4315 for ac_func in backtrace backtrace_symbols gettimeofday signal
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dinput.cpp222 virtual void backtrace() {} function in class:input_iterator
284 void backtrace();
394 void file_iterator::backtrace() function in class:file_iterator
396 errprint("%1:%2: backtrace: %3 `%1'\n", filename, lineno,
423 static void backtrace();
651 void input_stack::backtrace() function in class:input_stack
655 // only backtrace down to (not including) the topmost file
659 p->backtrace();
665 p->backtrace();
3353 void backtrace();
3460 void string_iterator::backtrace() function in class:string_iterator
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dmain.c31 #include <isc/backtrace.h>
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Dlocore.s114 | the backtrace algorithm used by KGDB terminates nicely.
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dlocore.s143 | the backtrace algorithm used by KGDB terminates nicely.
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dconfigure2250 --enable-backtrace log stack backtrace on abort [default=yes]
2251 --enable-symtable use internal symbol table for backtrace
19592 # Note: the backtrace feature (see below) uses perl to build the symbol table,
23739 # enable/disable dumping stack backtrace. Also check if the system supports
23740 # glibc-compatible backtrace() function.
23742 # Check whether --enable-backtrace was given.
23758 return (backtrace((void **)0, 0));
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15424 ** The backtrace functionality is only available with GLIBC
15427 extern int backtrace(void**,int);
15430 # define backtrace(A,B) 1 macro
15439 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
15445 ** backtrace pointers. There is also a guard word at the end of the
15452 char nBacktraceSlots; /* Available backtrace slots */
15489 ** The number of levels of backtrace to save in new allocations.
15667 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
15828 ** Set the number of backtrace levels kept for each allocation.
[all...]

Completed in 801 milliseconds