-------------------------------------------------------------------------
| 282 | |
| 283 | //------------------------------------------------------------------------- |
| 284 | HANDLE Debugger::GetProcessHandle(DWORD dwProcessId) const |
| 285 | { |
| 286 | return processHandles_.at(dwProcessId); |
| 287 | } |
| 288 | |
| 289 | //------------------------------------------------------------------------- |
| 290 | HANDLE Debugger::GetThreadHandle(DWORD dwThreadId) const |
nothing calls this directly
no outgoing calls
no test coverage detected