| 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 |
nothing calls this directly
no test coverage detected