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

Method GetAllModules

core/debuggercontroller.cpp:1353–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351
1352
1353std::vector<DebugModule> DebuggerController::GetAllModules()
1354{
1355 return m_state->GetModules()->GetAllModules();
1356}
1357
1358std::vector<DebugProcess> DebuggerController::GetProcessList()
1359{

Callers

nothing calls this directly

Calls 1

GetModulesMethod · 0.45

Tested by

no test coverage detected