Android: Start lldb-server and attach

Change-Id: Id7c45d9161d3389e9de419835c312d87916a34bc
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2020-04-15 09:01:38 +02:00
parent 0603eb925f
commit 7d3c6f7c02
4 changed files with 97 additions and 62 deletions

View File

@@ -72,11 +72,10 @@ signals:
private:
void asyncStartHelper();
bool startDebuggerServer(const QString &packageDir, const QString &gdbServerPrefix,
const QString &debugServerExecutable, QString *errorStr = nullptr);
bool startDebuggerServer(const QString &packageDir, const QString &debugServerFile, QString *errorStr = nullptr);
bool deviceFileExists(const QString &filePath);
bool packageFileExists(const QString& filePath);
bool uploadDebugServer();
bool uploadDebugServer(const QString &debugServerFileName);
enum class JDBState {
Idle,