-------------------------------------------------------------------------
| 288 | |
| 289 | //------------------------------------------------------------------------- |
| 290 | HANDLE Debugger::GetThreadHandle(DWORD dwThreadId) const |
| 291 | { |
| 292 | return threadHandles_.at(dwThreadId); |
| 293 | } |
| 294 | |
| 295 | //------------------------------------------------------------------------- |
| 296 | size_t Debugger::GetRunningProcesses() const |
nothing calls this directly
no outgoing calls
no test coverage detected