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

Function execute

plugins/gdb/unittests/test_gdbprinters.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 QByteArray execute(const QByteArray &cmd)
91 {
92 write(cmd + "\n");
93 auto out = waitForPrompt();
94 qDebug() << cmd << " = " << out;
95 return out;
96 }
97};
98
99[[nodiscard]] QString consecutiveElementsRegexPattern(QStringList elements)

Callers 14

executeDefaultLaunchMethod · 0.85
executeLinkMethod · 0.85
acceptMethod · 0.85
acceptLinkMethod · 0.85
executeCommandMethod · 0.85
startMethod · 0.85
executeMethod · 0.85
isCudaAvailableFunction · 0.85
generateCoreFileFunction · 0.85
setEnabledMethod · 0.85

Calls 1

waitForPromptFunction · 0.85

Tested by

no test coverage detected