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

1234567

/haiku/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_vm.cpp6 #include <kernel/debug.h>
H A Darch_int.cpp6 #include <kernel/debug.h>
H A Darch_pmap.cpp6 #include <kernel/debug.h>
/haiku/3rdparty/os_probe/
H A D83haiku18 bfs|befs) debug "$partition is a BeFS partition." ;;
19 fuse|fuseblk) debug "$partition is a FUSE partition, maybe with BeFS on it." ; mpoint="$mpoint/myfs" ;;
24 debug "Haiku stage 1 bootloader found."
26 debug "Haiku stage 1 bootloader not found: exiting"
35 debug "Haiku Package Manager stage 2 bootloader and kernel ($rev) found."
49 debug "Older non-package manager Haiku stage 2 bootloader and kernel found."
54 debug "Haiku stage 2 bootloader and kernel not found: exiting"
/haiku/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/src/system/kernel/arch/sparc/
H A Darch_timer.cpp11 #include <debug.h>
H A Darch_smp.cpp17 #include <debug.h>
/haiku/src/add-ons/kernel/debugger/auto_stack_trace/
H A Dauto_stack_trace.cpp7 #include <debug.h>
/haiku/src/system/kernel/arch/m68k/
H A Darch_timer.cpp15 #include <debug.h>
H A Darch_smp.cpp17 #include <debug.h>
/haiku/src/system/kernel/arch/arm64/
H A Darch_smp.cpp9 #include <debug.h>
/haiku/src/libs/glut/
H A DglutState.h52 bool debug; // call glGetError member in struct:GlutState
70 debug = quitAll = false;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.h23 int debug; member in struct:fuse_config
/haiku/src/system/kernel/arch/ppc/
H A Darch_timer.cpp9 #include <debug.h>
H A Darch_smp.cpp13 #include <debug.h>
/haiku/src/system/kernel/arch/arm/
H A Darch_smp.cpp17 #include <debug.h>
/haiku/src/kits/bluetooth/
H A DKitSupport.cpp9 #include <bluetooth/debug.h>
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp34 extern bool debug;
53 if (debug) {
67 if (debug) {
74 if (debug) {
122 if (debug)
151 if (debug) {
211 if (debug) {
224 if (debug)
237 if (debug)
241 if (debug)
[all...]
/haiku/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/headers/private/kernel/
H A DAllocationTracking.h11 #include <debug.h>
H A Ddebug_heap.h8 #include <debug.h>
/haiku/src/system/kernel/scheduler/
H A Dscheduler_common.h12 #include <debug.h>

Completed in 203 milliseconds

1234567