MCPcopy Create free account
hub / github.com/Vector35/debugger / ExitThread

Method ExitThread

core/adapters/dbgengadapter.cpp:1329–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1327}
1328
1329HRESULT DbgEngEventCallbacks::ExitThread(unsigned long exit_code)
1330{
1331 return DEBUG_STATUS_NO_CHANGE;
1332}
1333
1334HRESULT DbgEngEventCallbacks::CreateProcess(uint64_t image_file_handle, uint64_t handle, uint64_t base_offset,
1335 unsigned long module_size, const char* module_name, const char* image_name, unsigned long check_sum,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected