Searched refs:debug_flags (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dpascal.exp88 if [board_info $dest exists debug_flags] {
89 append add_flags " [board_info $dest debug_flags]";
117 if [board_info $dest exists debug_flags] {
118 append add_flags " [board_info $dest debug_flags]";
H A Dada.exp263 if [board_info $dest exists debug_flags] {
264 append add_flags " [board_info $dest debug_flags]";
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-cpu.h89 char debug_flags[MAX_DEBUG_VALUES]; member in struct:__anon1343
90 #define CPU_DEBUG_FLAGS(cpu) ((cpu)->base.debug_flags)
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dsort.h175 #define DEBUG(ch) (debug_flags & (1 << ((ch) & 31)))
176 extern unsigned int debug_flags;
H A Dsort.c106 unsigned int debug_flags = 0; variable
166 debug_flags |= 1 << (optarg[i] & 31);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/libamu/
H A Dxutil.c68 u_int debug_flags = D_CONTROL; /* set regardless if compiled with debugging */ variable
395 u_int dl = debug_flags;
409 debug_flags != 0 &&
410 (dl & D_IMMUTABLE) != (debug_flags & D_IMMUTABLE)) {
413 dl = (dl & ~D_IMMUTABLE) | (debug_flags & D_IMMUTABLE);
416 debug_flags = dl;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dget_args.c346 if (!debug_flags)
347 debug_flags = D_CONTROL; /* CONTROL = "daemon,amq,fork" */
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_utils.h448 # define amuDebug(x) (debug_flags & (x))
492 # define amuDebug(x) (debug_flags & (x))
513 extern u_int debug_flags; /* Debug options */
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_osdep.h279 static const int debug_flags = DBG_RX; variable
283 if ((flag & debug_flags)) \
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Disdnd.h115 #define DBGL(cond, dolog) if (cond & debug_flags) dolog
583 int debug_flags = 0; /* debug options */ variable
667 int debug_flags; variable
H A Drates.c347 if (debug_flags & DL_RATES)
H A Dmain.c147 else if ((sscanf(optarg, "%i", &debug_flags)) == 1)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Dasm-source.exp220 if { [board_info $dest exists debug_flags] } then {
221 set debug-flags "[board_info $dest debug_flags]"
229 # runtest --target_board unix/gdb:debug_flags=-gdwarf-2
230 # make check RUNTESTFLAGS="--target_board unix/gdb:debug_flags=-gdwarf-2"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/
H A DMakefile.am192 debug_flags = "unix/-D_GLIBCXX_DEBUG"
213 $(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) conformance.exp --outdir $${outputdir} --objdir $${outputdir} --target_board=$(debug_flags)" check-DEJAGNU;
H A DMakefile.in293 debug_flags = "unix/-D_GLIBCXX_DEBUG"
641 $(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) conformance.exp --outdir $${outputdir} --objdir $${outputdir} --target_board=$(debug_flags)" check-DEJAGNU;

Completed in 267 milliseconds