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

Method addCodeBreakpoint

plugins/lldb/unittests/test_lldbformatters.cpp:96–99  ·  view source on GitHub ↗

Note: line is zero-based

Source from the content-addressed store, hash-verified

94
95// Note: line is zero-based
96KDevelop::Breakpoint* LldbFormattersTest::addCodeBreakpoint(const QUrl& location, int line)
97{
98 return m_core->debugController()->breakpointModel()->addCodeBreakpoint(location, line);
99}
100
101// Called before the first testfunction is executed
102void LldbFormattersTest::initTestCase()

Callers 15

configInferiorMethod · 0.45
testUpdateBreakpointMethod · 0.45
testManualBreakpointMethod · 0.45
testAttachMethod · 0.45
testRemoteDebuggingMethod · 0.45
testVariablesLocalsMethod · 0.45
createFromDebuggerMethod · 0.45
addDebugeeBreakpointMethod · 0.45
testPendingBreakpointMethod · 0.45

Calls 2

debugControllerMethod · 0.80
breakpointModelMethod · 0.45

Tested by

no test coverage detected