Home
last modified time | relevance | path

Searched refs:IsDebuggerPresent (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/object/um/
H A Dglobalsum.cpp66 return (IsDebuggerPresent() != FALSE); in IsDebuggerAttached()
/reactos/sdk/lib/ucrt/misc/
H A Dcrtmbox.cpp37 bool const debugger_attached = IsDebuggerPresent(); in common_show_message_box()
H A Dinvalid_parameter.cpp238 BOOL const was_debugger_present = IsDebuggerPresent(); in __acrt_call_reportfault()
/reactos/sdk/lib/crt/misc/
H A Ddbgrpt.cpp182 if (IsDebuggerPresent()) in _CrtDbgReportWindow()
189 return (IsDebuggerPresent() ? IDRETRY : IDABORT); in _CrtDbgReportWindow()
/reactos/subsystems/mvdm/ntvdm/
H A Dntvdm.c523 if (IsDebuggerPresent()) in wmain()
/reactos/dll/win32/kernel32/client/
H A Ddebugger.c580 IsDebuggerPresent(VOID) in IsDebuggerPresent() function
/reactos/modules/rostests/apitests/user32/
H A DAttachThreadInput.c166 if(!IsDebuggerPresent()) in InitThreads()
/reactos/dll/win32/kernel32/client/console/
H A Dconsole.c35 extern BOOL WINAPI IsDebuggerPresent(VOID);
105 if (IsDebuggerPresent()) in ConsoleControlDispatcher()
/reactos/dll/win32/kernel32/
H A Dkernel32.spec748 @ stdcall IsDebuggerPresent() function
/reactos/modules/rostests/winetests/kernel32/
H A Dactctx.c2663 X(IsDebuggerPresent); in init_funcs()
/reactos/sdk/include/psdk/
H A Dwinbase.h2680 BOOL WINAPI IsDebuggerPresent(void);