MCPcopy Create free account
hub / github.com/beefytech/Beef / DebugThreadProcThunk

Function DebugThreadProcThunk

IDEHelper/WinDebugger.cpp:990–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988}
989
990static void DebugThreadProcThunk(void* winDebugger)
991{
992 ((WinDebugger*) winDebugger)->DebugThreadProc();
993}
994
995int WinDebugger::GetAddrSize()
996{

Callers

nothing calls this directly

Calls 1

DebugThreadProcMethod · 0.80

Tested by

no test coverage detected