Searched refs:DebugBreak (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwinoverride.h25 #define DebugBreak VBoxDebugBreak macro
H A Dglsl_shader.c2111 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/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/VBox/GuestHost/OpenGL/util/
H A Derror.c214 #define DebugBreak() Assert(0) macro
379 DebugBreak();
423 DebugBreak();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c5127 DebugBreak();
5133 DebugBreak();
H A Ddevice.c6089 DebugBreak();
6135 DebugBreak();
H A Dglsl_shader.c2064 DebugBreak();
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c581 DebugBreak();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c4951 DebugBreak();
4957 DebugBreak();
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h1668 WINBASEAPI void WINAPI DebugBreak(void);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h1448 WINBASEAPI void WINAPI DebugBreak(void);

Completed in 185 milliseconds