Searched refs:debug (Results 26 - 50 of 2095) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-copyrename.c110 Choose a representative for the partition, and send debug info to DEBUG. */
113 copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug) argument
130 if (debug)
132 fprintf (debug, "Try : ");
133 print_generic_expr (debug, var1, TDF_SLIM);
134 fprintf (debug, "(P%d) & ", p1);
135 print_generic_expr (debug, var2, TDF_SLIM);
136 fprintf (debug, "(P%d)", p2);
152 if (debug)
153 fprintf (debug, "
302 FILE *debug; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d30v/
H A Dlabel-debug.d2 #name: D30V debug (-g) test
10 .*label-debug.s:4
12 .*label-debug.s:5
17 .*label-debug.s:8
19 .*label-debug.s:9
21 .*label-debug.s:10
23 .*label-debug.s:11
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-copyrename.c110 Choose a representative for the partition, and send debug info to DEBUG. */
113 copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug) argument
129 if (debug)
131 fprintf (debug, "Try : ");
132 print_generic_expr (debug, var1, TDF_SLIM);
133 fprintf (debug, "(P%d) & ", p1);
134 print_generic_expr (debug, var2, TDF_SLIM);
135 fprintf (debug, "(P%d)", p2);
148 if (debug)
149 fprintf (debug, "
277 FILE *debug; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dnl.pl5 $debug = 0;
19 print STDERR "type = '$type'\n" if $debug;
25 print STDERR "\tfield = '$field'\n" if $debug;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dipt.h26 extern void debug(char *, ...);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/query-loc-0.4.0/
H A Dquery-loc.c9 short debug; variable
37 debug = atoi (optarg);
38 if (debug <= 0)
41 "%s: illegal debug value.\n", progname);
55 if (verbose || debug)
64 if (debug >= 1)
70 if (debug >= 1)
76 if (debug >= 1)
83 if (debug >= 1)
95 if (verbose || debug)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_debug.h20 if (debug >= (_lvl_)) \
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/bootxx/
H A Dconf.c12 int debug; variable
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/bootyy/
H A Dconf.c12 int debug; variable
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zboot/
H A Dcrt0.c34 int debug = 1; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dtypedef-operator.exp21 if [prepare_for_testing $testfile $testfile $testfile.cc {c++ debug}] {
27 gdb_test "p *u" {You can't do that without a process to debug.} "test crash"
H A Doverload-const.exp21 if [prepare_for_testing $testfile $testfile $testfile.cc {c++ debug}] {
H A Dpr12028.exp18 if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug c++}] } {
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Djavacomp.h41 bool optimize, bool debug,
/netbsd-6-1-5-RELEASE/usr.bin/mkcsmapper/
H A Dldef.h36 extern int debug;
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Ddebug.c1 /* $NetBSD: debug.c,v 1.1.1.2 2007/04/14 20:17:31 martin Exp $ */
8 * Id: debug.c,v 1.6.4.1 2006/06/16 17:20:57 darrenr Exp
23 void debug(char *fmt, ...) function
25 void debug(fmt, va_alist)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libstdc++-v3/include/debug/
H A DMakefile12 INCSDIR= /usr/include/g++/debug
14 .PATH: ${DIST}/libstdc++-v3/include/debug
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/include/debug/
H A DMakefile12 INCSDIR= /usr/include/g++/debug
14 .PATH: ${DIST}/libstdc++-v3/include/debug
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/common/
H A Dcommon.h33 extern int debug; /* only used for network debugging for now */
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Ddebug.c1 /* $NetBSD: debug.c,v 1.5 2003/09/22 14:37:57 enami Exp $ */
45 #include "debug.h"
49 int debug = 0; variable
55 if (debug) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/config/
H A Dbootstrap-debug.mk1 # This BUILD_CONFIG option builds checks that toggling debug
5 # compilation (unlike bootstrap-debug-lean), it actually speeds up
6 # stage2, for no debug information is generated when compiling with
9 # For more thorough testing, see bootstrap-debug-lean.mk
12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/config/
H A Dbootstrap-debug.mk1 # This BUILD_CONFIG option builds checks that toggling debug
5 # compilation (unlike bootstrap-debug-lean), it actually speeds up
6 # stage2, for no debug information is generated when compiling with
9 # For more thorough testing, see bootstrap-debug-lean.mk
12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/config/
H A Dbootstrap-debug.mk1 # This BUILD_CONFIG option builds checks that toggling debug
5 # compilation (unlike bootstrap-debug-lean), it actually speeds up
6 # stage2, for no debug information is generated when compiling with
9 # For more thorough testing, see bootstrap-debug-lean.mk
12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-6-1-5-RELEASE/usr.sbin/bootp/bootpd/
H A Dsyslog.conf15 #*.err;kern.debug;auth.notice;user.none /dev/console
16 kern.debug;user,mail.crit;auth.notice /dev/console
19 #*.err;kern.debug;daemon,auth.notice;mail.crit;user.none /var/adm/messages
20 kern.debug;user,mail.crit;auth.notice /var/adm/messages
23 lpr.debug /var/adm/lpd-errs
39 mail.debug ifdef(`LOGHOST', /var/log/syslog, @loghost)
62 local2.debug /dev/console
63 #local2.debug /var/log/local2
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dftest.c52 int debug=0; local
57 debug = atoi( optarg );
66 if ( debug ) {
67 if ( ber_set_option( NULL, LBER_OPT_DEBUG_LEVEL, &debug )
71 debug );
73 if ( ldap_set_option( NULL, LDAP_OPT_DEBUG_LEVEL, &debug )
77 debug );

Completed in 160 milliseconds

1234567891011>>