| 588 | |
| 589 | |
| 590 | void DebuggerController::SetPIDAttach(int32_t port) |
| 591 | { |
| 592 | BNDebuggerSetPIDAttach(m_object, port); |
| 593 | } |
| 594 | |
| 595 | |
| 596 | void DebuggerController::SetRequestTerminalEmulator(bool requested) |
nothing calls this directly
no test coverage detected