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

Method CreateThread

core/adapters/dbgengadapter.cpp:1324–1327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1322}
1323
1324HRESULT DbgEngEventCallbacks::CreateThread(uint64_t handle, uint64_t data_offset, uint64_t start_offset)
1325{
1326 return DEBUG_STATUS_NO_CHANGE;
1327}
1328
1329HRESULT DbgEngEventCallbacks::ExitThread(unsigned long exit_code)
1330{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected