| 308 | } |
| 309 | |
| 310 | static qint64 findSessionPid(const QString &sessionId) |
| 311 | { |
| 312 | KDevelop::SessionRunInfo sessionInfo = KDevelop::SessionController::sessionRunInfo( sessionId ); |
| 313 | return sessionInfo.holderPid; |
| 314 | } |
| 315 | |
| 316 | int main( int argc, char *argv[] ) |
| 317 | { |