MCPcopy Create free account
hub / github.com/RPCS3/rpcs3 / is_debugger_present

Function is_debugger_present

Utilities/Thread.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187#endif
188
189bool is_debugger_present()
190{
191 if (g_cfg.core.external_debugger)
192 return true;
193 return IsDebuggerPresent();
194}
195
196#if defined(ARCH_X64)
197enum x64_reg_t : u32

Callers 1

ppu_retMethod · 0.85

Calls 1

IsDebuggerPresentFunction · 0.85

Tested by

no test coverage detected