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

/haiku/data/develop/
H A DMakefile107 DEBUGGER := macro
/haiku/src/data/settings/tracker_new_templates/
H A DMakefile107 DEBUGGER := macro
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h23 // The DEBUGGER() macro actually has no effect if DEBUG is not defined,
27 # define DEBUGGER(x) debugger x macro
29 # define DEBUGGER(x) kernel_debugger x macro
32 # define DEBUGGER(x) ; macro
70 #define ASSERT(x) { if (!(x)) DEBUGGER(("udf: assert failed: " #x "\n")); }
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h18 // The DEBUGGER() macro actually has no effect if DEBUG is not defined,
22 # define DEBUGGER(x) debugger x macro
24 # define DEBUGGER(x) kernel_debugger x macro
27 # define DEBUGGER(x) ; macro
63 # define ASSERT(x) { if (!(x)) DEBUGGER(("bfs: assert failed: " #x "\n")); }
77 # define ASSERT(x) { if (!(x)) DEBUGGER(("bfs: assert failed: " #x "\n")); }
H A DBlockAllocator.cpp1021 DEBUGGER(("tried to free invalid block_run"));
1032 DEBUGGER(("tried to free reserved block"));
1049 DEBUGGER(("CheckBlockRun() reports allocated blocks (which were just "
H A DBPlusTree.cpp97 DEBUGGER(("NodeChecker integrity check failed!"));
2315 DEBUGGER(("levels don't match"));
2998 DEBUGGER(("invalid node: key/length count"));
/haiku/3rdparty/proj2make/
H A Dmakefile119 DEBUGGER = TRUE macro
/haiku/headers/os/support/
H A DDebug.h58 #define DEBUGGER(MSG) if (_rtDebugFlag) debugger(MSG) macro
68 #define TRESPASS() DEBUGGER("Should not be here");
82 #define DEBUGGER(MSG) (void)0 macro
/haiku/src/add-ons/kernel/busses/scsi/usb/datafab/
H A Dmakefile117 DEBUGGER=TRUE macro
/haiku/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Dmakefile122 DEBUGGER=TRUE macro
/haiku/src/tests/servers/app/newerClipping/
H A Dmakefile109 DEBUGGER = macro
/haiku/src/bin/bfs_tools/lib/
H A Dmakefile97 DEBUGGER = macro
/haiku/src/kits/translation/
H A DBitmapStream.cpp151 DEBUGGER("non-origin bounds!");
/haiku/src/kits/tracker/
H A DTrackerSettings.cpp183 // the default copy constructor. Note, the DEBUGGER call is for the off
185 DEBUGGER("Don't make a copy of this!");
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp1194 DEBUGGER((

Completed in 96 milliseconds