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

Method dumpQueue

plugins/debuggercommon/mi/micommandqueue.cpp:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void CommandQueue::dumpQueue() const
38{
39 qCDebug(DEBUGGERCOMMON) << "Pending commands" << m_commandList.size();
40 unsigned commandNum = 0;
41 for (const auto& command : m_commandList) {
42 qCDebug(DEBUGGERCOMMON) << "Command" << commandNum << command->initialString();
43 ++commandNum;
44 }
45}
46
47void CommandQueue::rationalizeQueue(MICommand* command)
48{

Callers

nothing calls this directly

Calls 2

initialStringMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected