Searched refs:debug (Results 101 - 125 of 289) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/bfd/
H A Dmakefile.vms44 CFLAGS=/noopt/debug/include=([],[-.include])$(DEFS)/warnings=disable=(missingreturn,implicitfunc,longextern)
H A Dbfd-in.h607 (bfd *abfd, struct ecoff_debug_info *debug,
612 (bfd *abfd, struct ecoff_debug_info *debug,
616 (bfd *abfd, struct ecoff_debug_info *debug,
619 (bfd *abfd, struct ecoff_debug_info *debug,
622 (void *handle, bfd *abfd, struct ecoff_debug_info *debug,
/haiku-fatelf/src/bin/network/wget/msdos/
H A DMakefile.WC13 debug all system dos32a
/haiku-fatelf/src/bin/patch/
H A Dcommon.h186 XTERN int debug; variable
188 # define debug 0 macro
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_debug.cpp12 #include <arch/debug.h>
15 #include <debug.h>
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_debug.cpp11 #include <arch/debug.h>
14 #include <debug.h>
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_variables.cpp13 #include <arch/debug.h>
14 #include <debug.h>
H A Dgdb.cpp19 #include <arch/debug.h>
21 #include <debug.h>
301 // from a debug session. I guess that 'kill' for the
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/VS2002/
H A Dntservice.mak90 # SUBTRACT LINK32 /map /debug /nodefaultlib
159 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
160 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib ws2_32.lib /nologo /subsystem:console /debug /machine:I386
165 /pdb:"$(OUTDIR)/ntservice.pdb" /debug /machine:I386\
/haiku-fatelf/src/add-ons/translators/gif/
H A DSavePalette.cpp28 extern bool debug;
226 if (debug)
257 if (debug)
267 if (debug) {
295 if (debug) printf("Out of memory in SavePalette(BBitmap *)\n");
313 if (debug) printf("Out of memory in SavePalette(BBitmap *)\n");
329 if (debug) printf("Out of memory in SavePalette(BBitmap *)\n");
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_basic.c295 if (p->debug['t'])
330 if (p->debug['t'])
448 if (p != NULL && p->debug['m'])
464 if (p->debug['r'])
478 if (p->debug['f'])
581 /* all debug flags are cleared by default because of the above memset... */
586 p->debug['e'] = pdc_true;
587 p->debug['F'] = pdc_true;
588 p->debug['I'] = pdc_true;
787 if (p->debug['
[all...]
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dev_timers.c218 if (ctx->debug > 7) {
250 if (ctx->debug > 7) {
335 if (ctx->debug > 7) {
/haiku-fatelf/headers/os/opengl/
H A DGLView.h136 status_t *error, bool debug=false);
/haiku-fatelf/src/add-ons/kernel/debugger/usb_keyboard/
H A Dusb_keyboard.cpp9 #include <debug.h>
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_debug.c95 SYSCTL_INT(_hw_ath, OID_AUTO, debug, CTLFLAG_RW, &ath_debug,
97 TUNABLE_INT("hw.ath.debug", &ath_debug);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_dec.h717 /* The debug level for the decoder. */
718 int debug; member in struct:__anon2813
H A Djpc_enc.h241 /* The debug level. */
242 int debug; member in struct:__anon2820
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A DDebug.h38 # define DEBUG_APP "debug"
44 // define the debug output function
82 // Short overview over the debug output macros:
150 #define debug dbg_printf macro
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h242 cma__t_tcb_debug debug; /* Debugger info */ member in struct:CMA__T_INT_TCB
/haiku-fatelf/src/bin/network/ftp/
H A Dftp_var.h218 GLOBAL int debug; /* debugging level */ variable
/haiku-fatelf/src/bin/network/telnetd/
H A Dtelnetd.c83 static int debug = 0; variable
178 if (strcmp(optarg, "debug") == 0) {
208 debug++;
239 if (strcmp(optarg, "debug") == 0) {
338 if (debug) {
368 if (debug > 1)
433 " [-4] [-6] [-a (debug|other|user|valid|off|none)]\n\t");
438 fprintf(stderr, " [-debug]");
/haiku-fatelf/src/bin/network/wget/src/
H A Dwget.h44 /* Disable assertions when debug support is not compiled in. */
86 1) The debug messages are not meant for the users to look at, but
94 3) Finally, the debug messages are meant to be a clue for me to
95 debug problems with Wget. If I get them in a language I don't
118 # define IF_DEBUG if (UNLIKELY (opt.debug))
/haiku-fatelf/src/bin/sharutils/contrib/
H A Duudecode.pas136 { procedure debug;
185 debug }
/haiku-fatelf/src/kits/media/
H A DOldAudioModule.cpp15 #include <debug.h>
H A DSound.cpp15 #include <debug.h>

Completed in 125 milliseconds

1234567891011>>