Searched defs:DebugBreak (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwinoverride.h25 #define DebugBreak VBoxDebugBreak macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c49 * 04/10/2000 IBM Corp. Added DebugBreak() definitions for OS/2
578 * Added definitions for DebugBreak() for 2 different OS/2 compilers.
585 static void DebugBreak(void) { _interrupt(3); } function
587 static void DebugBreak(void) { asm("int $3"); } function
589 static void DebugBreak(void) { } function
603 DebugBreak();
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp68 # define DebugBreak() { asm("int $3"); } macro
71 # define DebugBreak() { Debugger(); } macro
73 # define DebugBreak() macro
78 /* Added definitions for DebugBreak() for 2 different OS/2 compilers. Doing
88 #define DebugBreak() { asm("int $3"); } macro
90 #define DebugBreak() macro
310 ::DebugBreak();
353 DebugBreak();
401 DebugBreak();
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Derror.c214 #define DebugBreak() Assert(0) macro
379 DebugBreak();
423 DebugBreak();

Completed in 137 milliseconds