MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / __jit_debug_register_code

Function __jit_debug_register_code

FEXCore/Source/Interface/GDBJIT/GDBJIT.cpp:38–40  ·  view source on GitHub ↗

GDB puts a breakpoint in this function. */

Source from the content-addressed store, hash-verified

36
37/* GDB puts a breakpoint in this function. */
38void __attribute__((noinline)) __jit_debug_register_code() {
39 asm volatile("" ::"r"(&__jit_debug_descriptor));
40};
41}
42
43namespace FEXCore {

Callers 1

GDBJITRegisterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected