Searched refs:debug (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/haiku-fatelf/src/system/kernel/arch/mips/
H A Darch_debug.cpp6 #include <kernel/debug.h>
7 #include <kernel/arch/debug.h>
H A Darch_cpu.cpp7 #include <kernel/debug.h>
H A Darch_smp.cpp5 #include <kernel/debug.h>
H A Darch_int.cpp6 #include <kernel/debug.h>
H A Darch_vm.cpp6 #include <kernel/debug.h>
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Ddebug.h35 * Description: Header file for debug definitions.
64 #define DEBUG_INSTRUMENT() (M.x86.debug & DEBUG_INSTRUMENT_F)
65 #define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
66 #define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)
67 #define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)
68 #define DEBUG_DISASSEMBLE() (M.x86.debug & DEBUG_DISASSEMBLE_F)
69 #define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
70 #define DEBUG_SVC() (M.x86.debug & DEBUG_SVC_F)
71 #define DEBUG_SAVE_IP_CS() (M.x86.debug & DEBUG_SAVE_IP_CS_F)
73 #define DEBUG_FS() (M.x86.debug
[all...]
/haiku-fatelf/src/add-ons/translators/gif/
H A DPrefs.cpp24 extern bool debug;
45 if (debug) printf("Bad filename for attributes\n");
83 if (debug) printf("WriteAttr on %s died\n", name);
87 if (debug) printf("Unknown error reading %s\n", name);
101 if (debug) printf("WriteAttr on %s died\n", name);
105 if (debug) printf("Unknown error reading %s\n", name);
117 if (debug) printf("WriteAttr on %s died\n", name);
129 if (debug) printf("WriteAttr on %s died\n", name);
H A DGIFLoad.cpp24 extern bool debug;
43 if (debug)
55 if (debug)
59 if (debug)
104 if (debug)
122 if (debug)
175 if (debug)
186 if (debug) syslog(LOG_ERR, "GIFLoad::ReadGIFCommentBlock() - Found:\n");
195 if (debug)
198 if (debug)
[all...]
/haiku-fatelf/src/bin/bc/lib/
H A Dtestmul.c122 int debug = 0; /* Print debugging messages? */ variable
141 debug = 1;
150 if (debug)
159 if (debug)
164 if (debug) fprintf (stderr,"Checking %d...\n", mid);
183 if (debug) {
189 if (debug)
207 if (debug)
212 if (debug) fprintf (stderr, "Checking %d...\n", mid);
231 if (debug) {
[all...]
/haiku-fatelf/src/add-ons/kernel/debugger/auto_stack_trace/
H A Dauto_stack_trace.cpp7 #include <debug.h>
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_platform.cpp14 #include <kernel/debug.h>
H A Darch_smp.cpp17 #include <debug.h>
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_smp.cpp17 #include <debug.h>
H A Darch_timer.cpp15 #include <debug.h>
/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_timer.cpp16 #include <debug.h>
H A Darch_smp.cpp18 #include <debug.h>
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_smp.cpp11 #include <debug.h>
H A Darch_timer.cpp9 #include <debug.h>
/haiku-fatelf/src/bin/bash/support/
H A Dmkclone33 d) ECHO=echo debug=y ;;
42 [ -n "$debug" ] && verbose=
103 if [ -n "$verbose" ] || [ -n "$debug" ]; then
106 [ -z "$debug" ] && ( cd $dn && $LN $SRCDIR/$fname $fn )
/haiku-fatelf/src/libs/glut/
H A DglutState.h52 bool debug; // call glGetError member in struct:GlutState
70 debug = quitAll = false;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.h23 int debug; member in struct:fuse_config
/haiku-fatelf/src/kits/bluetooth/
H A DKitSupport.cpp9 #include <bluetooth/debug.h>
/haiku-fatelf/src/libs/x86emu/
H A Ddebug.c56 /* should look something like debug's output. */
106 * if (debug&DEBUG_DISASSEMBLE)
108 * if (debug&DEBUG_TRACE) trace_regs(r,m);
119 * nice way to get the system to help debug codes.
130 tregs.x86.debug |= DEBUG_DISASSEMBLE_F;
272 M.x86.debug &= ~DEBUG_DECODE_NOPRINT_F;
273 M.x86.debug |= DEBUG_TRACE_F;
274 M.x86.debug &= ~DEBUG_BREAK_F;
309 M.x86.debug ^= DEBUG_TRACECALL_F;
312 M.x86.debug
[all...]
/haiku-fatelf/headers/private/kernel/
H A DAllocationTracking.h11 #include <debug.h>
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralink2860/dev/rt2860/
H A Drt2860_debug.h45 #define RT2860_DPRINTF(sc, m, fmt, ...) do { if ((sc)->debug & (m)) printf(fmt, __VA_ARGS__); } while (0)

Completed in 280 milliseconds

1234567891011>>