Docker: Auto-detect debugger binaries in docker devices

Change-Id: Iec7c2b16277ea626520372603ae769418e9efd12
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2021-06-21 10:27:02 +02:00
parent f558323bac
commit aca55dce58
5 changed files with 50 additions and 14 deletions

View File

@@ -29,6 +29,7 @@
#include <extensionsystem/iplugin.h>
namespace ProjectExplorer { class RunControl; }
namespace Utils { class FilePath; }
namespace Debugger {
namespace Internal {
@@ -57,6 +58,9 @@ private:
// Called from GammaRayIntegration
Q_SLOT void getEnginesState(QByteArray *json) const;
// Called from DockerDevice
Q_SLOT void autoDetectDebuggersForDevice(const Utils::FilePath &deviceRoot);
QVector<QObject *> createTestObjects() const override;
};