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

Method TestDebugSession

plugins/gdb/unittests/test_gdb.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 using TestFrameStackModel = KDevMI::Testing::TestFrameStackModel<DebugSession, GdbFrameStackModel>;
59
60 TestDebugSession() : DebugSession()
61 {
62 setSourceInitFile(false);
63 setAutoDisableASLR(false);
64 m_frameStackModel = new TestFrameStackModel(this);
65 KDevelop::ICore::self()->debugController()->addSession(this);
66 }
67
68 int line() { return currentLine(); }
69

Callers

nothing calls this directly

Calls 2

debugControllerMethod · 0.80
addSessionMethod · 0.45

Tested by

no test coverage detected