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

Method CreateProcess

core/adapters/dbgengadapter.cpp:1334–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,
1336 unsigned long time_date_stamp, uint64_t initial_thread_handle, uint64_t thread_data_offset, uint64_t start_offset)
1337{
1338 return DEBUG_STATUS_NO_CHANGE;
1339}
1340
1341HRESULT DbgEngEventCallbacks::ExitProcess(unsigned long exit_code)
1342{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected