// Copyright (C) 2021 The Qt Company Ltd. // Copyright (C) 2019 Luxoft Sweden AB // Copyright (C) 2018 Pelagicore AG // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #ifndef DEBUGWRAPPER_H #define DEBUGWRAPPER_H #include #include #include QT_BEGIN_NAMESPACE_AM namespace DebugWrapper { bool parseSpecification(const QString &debugWrapperSpecification, QStringList &resultingCommand, QMap &resultingEnvironment); QStringList substituteCommand(const QStringList &debugWrapperCommand, const QString &program, const QStringList &arguments); } QT_END_NAMESPACE_AM #endif // DEBUGWRAPPER_H