Searched refs:IsDebuggerPresent (Results 1 – 11 of 11) sorted by relevance
66 return (IsDebuggerPresent() != FALSE); in IsDebuggerAttached()
37 bool const debugger_attached = IsDebuggerPresent(); in common_show_message_box()
238 BOOL const was_debugger_present = IsDebuggerPresent(); in __acrt_call_reportfault()
182 if (IsDebuggerPresent()) in _CrtDbgReportWindow()189 return (IsDebuggerPresent() ? IDRETRY : IDABORT); in _CrtDbgReportWindow()
523 if (IsDebuggerPresent()) in wmain()
580 IsDebuggerPresent(VOID) in IsDebuggerPresent() function
166 if(!IsDebuggerPresent()) in InitThreads()
35 extern BOOL WINAPI IsDebuggerPresent(VOID);105 if (IsDebuggerPresent()) in ConsoleControlDispatcher()
748 @ stdcall IsDebuggerPresent() function
2663 X(IsDebuggerPresent); in init_funcs()
2680 BOOL WINAPI IsDebuggerPresent(void);