MCPcopy Create free account
hub / github.com/KDE/kdevelop / Breakpoint

Method Breakpoint

kdevplatform/debugger/breakpoint/breakpoint.cpp:78–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78Breakpoint::Breakpoint(BreakpointModel *model, BreakpointKind kind)
79 : m_model(model), m_enabled(true)
80 , m_deleted(false)
81 , m_state(NotStartedState)
82 , m_kind(kind)
83 , m_line(-1)
84 , m_movingCursor(nullptr)
85 , m_hitCount(0)
86 , m_ignoreHits(0)
87{
88 if (model) {
89 model->registerBreakpoint(this);
90 }
91}
92
93Breakpoint::Breakpoint(BreakpointModel *model, const KConfigGroup& config)
94 : m_model(model), m_enabled(true)

Callers

nothing calls this directly

Calls 9

stringToKindFunction · 0.85
isSupportedBreakpointUrlFunction · 0.85
registerBreakpointMethod · 0.80
readEntryMethod · 0.80
QUrlClass · 0.70
QStringClass · 0.50
toStringMethod · 0.45
clearMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected