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

Method GetProcessList

core/debuggercontroller.cpp:1358–1367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356}
1357
1358std::vector<DebugProcess> DebuggerController::GetProcessList()
1359{
1360 if (!m_adapter)
1361 {
1362 if (!CreateDebugAdapter())
1363 return {};
1364 }
1365
1366 return m_adapter->GetProcessList();
1367}
1368
1369
1370std::vector<DebugThread> DebuggerController::GetAllThreads()

Callers 1

BNDebuggerGetProcessListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected