| 1659 | } |
| 1660 | |
| 1661 | QList<dap::FunctionBreakpoint> BreakpointView::allFunctionBreakpoints() const |
| 1662 | { |
| 1663 | return m_breakpointModel->functionBreakpoints(); |
| 1664 | } |
| 1665 | |
| 1666 | void BreakpointView::onBreakpointEvent(const dap::Breakpoint &bp, BackendInterface::BreakpointEventKind kind) |
| 1667 | { |
no test coverage detected