Searched refs:debug (Results 201 - 225 of 2095) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Drarp.c106 if (debug)
114 if (debug)
163 if (debug)
182 if (debug)
190 if (debug)
198 if (debug)
211 if (debug)
219 if (debug)
228 if (debug)
236 if (debug)
[all...]
H A Darp.c129 if (debug)
159 if (debug) {
177 if (debug)
196 if (debug)
204 if (debug)
212 if (debug)
227 if (debug)
235 if (debug)
244 if (debug)
255 if (debug)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/stand/boot26/
H A Dboot26.c41 int debug = 1; variable
71 if (debug)
170 if (debug)
175 if (debug) printf(".");
178 if (debug) printf("0");
181 if (debug) printf("+");
186 if (debug) printf("*");
188 if (debug) printf("a");
191 if (debug) printf("d");
193 if (debug) print
[all...]
/netbsd-6-1-5-RELEASE/libexec/talkd/
H A Dtable.c92 if (debug)
97 if (debug)
103 if (debug)
129 if (debug)
134 if (debug)
140 if (debug)
203 if (debug)
208 if (debug)
225 if (debug)
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/test/
H A Dtrace-calls.lua7 local t=debug.getinfo(3)
10 t=debug.getinfo(2)
31 debug.sethook(hook,"cr")
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dopaque.exp27 #if { [gdb_compile "${srcdir}/${subdir}/opaque0.c ${srcdir}/${subdir}/opaque1.c" "${binfile}" executable {debug}] != "" } {
31 if { [gdb_compile "${srcdir}/${subdir}/opaque0.c" "${binfile}0.o" object {debug}] != "" } {
36 if { [gdb_compile "${srcdir}/${subdir}/opaque1.c" "${binfile}1.o" object {debug}] != "" } {
41 if { [gdb_compile "${binfile}0.o ${binfile}1.o" ${binfile} executable {debug}] != "" } {
H A Dsect-cmd.exp41 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}0.o" object {debug nowarnings}] != "" } {
46 if { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile}1.o" object {debug nowarnings}] != "" } {
51 if { [gdb_compile "${binfile}0.o ${binfile}1.o" "${binfile}" executable {debug nowarnings}] != "" } {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cell/
H A Darch.exp35 if { [gdb_compile_cell_spu $spu_src $spu_bin executable {debug}] != "" } {
40 if { [gdb_cell_embedspu $spu_bin $spu_bin-embed.o {debug}] != "" } {
44 if { [gdb_compile_cell_ppu [list $ppu_src $spu_bin-embed.o] $ppu_bin executable {debug}] != "" } {
H A Dgcore.exp40 if { [gdb_compile_cell_spu $spu_src $spu_bin executable {debug}] != "" } {
45 if { [gdb_cell_embedspu $spu_bin $spu_bin-embed.o {debug}] != "" } {
49 if { [gdb_compile_cell_ppu [list $ppu_src $spu_bin-embed.o] $ppu_bin executable {debug}] != "" } {
H A Dptype.exp35 if { [gdb_compile_cell_spu $spu_src $spu_bin executable {debug}] != "" } {
40 if { [gdb_cell_embedspu $spu_bin $spu_bin-embed.o {debug}] != "" } {
44 if { [gdb_compile_cell_ppu [list $ppu_src $spu_bin-embed.o] $ppu_bin executable {debug}] != "" } {
H A Dregisters.exp35 if { [gdb_compile_cell_spu $spu_src $spu_bin executable {debug}] != "" } {
40 if { [gdb_cell_embedspu $spu_bin $spu_bin-embed.o {debug}] != "" } {
44 if { [gdb_compile_cell_ppu [list $ppu_src $spu_bin-embed.o] $ppu_bin executable {debug}] != "" } {
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/stand/netboot/
H A Ddev_net.c66 extern int debug;
111 if (debug)
124 if (debug)
145 if (debug)
159 if (debug)
174 if (debug)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dm-static.exp40 if { [gdb_compile "$srcdir/$subdir/$srcfile" "$objdir/$subdir/$objfile" object {debug c++}] != "" } {
45 if { [gdb_compile "$srcdir/$subdir/$srcfile1" "$objdir/$subdir/$objfile1" object {debug c++}] != "" } {
50 if { [gdb_compile "$objdir/$subdir/$objfile $objdir/$subdir/$objfile1" "${binfile}" executable {debug c++}] != "" } {
H A Dmb-inline.exp36 if { [gdb_compile "$srcdir/$subdir/$srcfile1" "$objdir/$subdir/$objfile1" object {debug c++}] != "" } {
41 if { [gdb_compile "$srcdir/$subdir/$srcfile2" "$objdir/$subdir/$objfile2" object {debug c++}] != "" } {
46 if { [gdb_compile "$objdir/$subdir/$objfile1 $objdir/$subdir/$objfile2" "${binfile}" executable {debug c++}] != "" } {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-var-invalidate.exp34 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DFAKEARGV}] != "" } {
40 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile_bis}" executable {debug additional_flags=-DFAKEARGV}] != "" } {
48 if { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable {debug additional_flags=-DFAKEARGV}] != "" } {
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dmain.c76 debug = strcmp(getprogname(), "a.out") == 0;
99 debug = !debug;
125 if (debug)
132 if (debug) {
145 if (debug || xflag)
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/netboot/
H A Ddev_net.c66 extern int debug;
111 if (debug)
124 if (debug)
145 if (debug)
159 if (debug)
174 if (debug)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsshconnect1.c99 debug("Trying RSA authentication via agent with '%.100s'", comment);
114 debug("Server refused our key.");
126 debug("Received RSA challenge from server.");
139 debug("Sending response to RSA challenge.");
155 debug("RSA authentication accepted by server.");
165 debug("RSA authentication using agent refused.");
200 debug("Sending response to host key RSA challenge.");
240 debug("Kerberos v4: no realm for %s", get_canonical_hostname(1));
248 debug("Kerberos v4 krb_mk_req failed: %s", krb_err_txt[r]);
254 debug("get_cre
[all...]
/netbsd-6-1-5-RELEASE/distrib/notes/common/
H A Dextract-contrib-string.pl46 # -d debug output
88 $debug=1 if ($ARGV[0] =~ /-d/i);
101 " -d debug\n" .
118 print "?> $_" if $debug;
126 print "0> $_" if $debug;
133 print "S> $_" if $debug;
141 print "1> $_" if $debug;
147 print "2> $_" if $debug;
155 print "C> $_" if $debug;
166 print "E> $_" if $debug;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-debug-r/
H A Dscanner.l36 %option warn debug reentrant
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/
H A Ddebug_container.cc22 #include <debug/unordered_map>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_rng.h41 #include <debug/debug.h>
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Darray_bounds.exp28 if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" } {
H A Darray_subscript_addr.exp28 if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug]] != "" } {
H A Darrayparam.exp28 if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug]] != "" } {
46 # name clash with debug info of system libraries.

Completed in 133 milliseconds

1234567891011>>