| 594 | |
| 595 | |
| 596 | void DebuggerController::SetRequestTerminalEmulator(bool requested) |
| 597 | { |
| 598 | BNDebuggerSetRequestTerminalEmulator(m_object, requested); |
| 599 | } |
| 600 | |
| 601 | |
| 602 | std::vector<DebugBreakpoint> DebuggerController::GetBreakpoints() |
nothing calls this directly
no test coverage detected