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

Method ExitProcess

core/adapters/dbgengadapter.cpp:1341–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339}
1340
1341HRESULT DbgEngEventCallbacks::ExitProcess(unsigned long exit_code)
1342{
1343 DbgEngAdapter::ProcessCallbackInfo.m_exitCode = exit_code;
1344 return DEBUG_STATUS_NO_CHANGE;
1345}
1346
1347HRESULT DbgEngEventCallbacks::LoadModule(uint64_t image_file_handle, uint64_t base_offset, unsigned long module_size,
1348 const char* module_name, const char* image_name, unsigned long check_sum, unsigned long time_date_stamp)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected