MCPcopy Create free account
hub / github.com/KDE/kate / allFunctionBreakpoints

Method allFunctionBreakpoints

addons/gdbplugin/breakpointview.cpp:1661–1664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

slotDebugMethod · 0.80

Calls 1

functionBreakpointsMethod · 0.80

Tested by

no test coverage detected