forked from qt-creator/qt-creator
Android: Start lldb-server and attach
Change-Id: Id7c45d9161d3389e9de419835c312d87916a34bc Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user