Searched refs:Break (Results 1 - 5 of 5) sorted by relevance
| /vbox/src/libs/xpcom18a4/xpcom/glue/ |
| H A D | nsDebug.cpp | 96 NS_COM void nsDebug::Break(const char* aFile, PRIntn aLine) function in class:nsDebug 101 gDebugObject->Break(aFile, aLine);
|
| H A D | nsDebug.h | 77 * Break the executing program into the debugger. 79 static NS_COM void Break(const char* aFile, PRIntn aLine); 197 nsDebug::Break(__FILE__, __LINE__)
|
| /vbox/src/libs/xpcom18a4/xpcom/base/ |
| H A D | nsDebugImpl.cpp | 278 * Break() 290 Break(aFile, aLine); 295 nsDebugImpl::Break(const char *aFile, PRInt32 aLine) function in class:nsDebugImpl 302 ("###!!! Break: at file %s, line %d", aFile, aLine)); 305 fprintf(stderr, "Break: at file %s, line %d\n",aFile, aLine); fflush(stderr); 367 sprintf(buf, "Break: at file %s, line %d", aFile, aLine);
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | cordebug.idl | 305 HRESULT Break([in] ICorDebugAppDomain *pAppDomain,
|
| /vbox/src/VBox/Devices/PC/BIOS/ |
| H A D | orgs.asm | 439 mov ds:[471h], al ; keyboard Ctrl-Break flag
|
Completed in 88 milliseconds