forked from qt-creator/qt-creator
Debugger: Add commandline to "Unable to determine gdb target ABI" warning
Helps finding out which gdb doesn't want to tell. Change-Id: Iab374f577ee133a3bad576dd425cad5c91391f41 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -225,7 +225,7 @@ void DebuggerItem::reinitializeFromFile(const Environment &sysEnv, QString *erro
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
qWarning() << "Unable to determine gdb target ABI";
|
qWarning() << "Unable to determine gdb target ABI via" << proc.commandLine().toUserOutput();
|
||||||
//! \note If unable to determine the GDB ABI, no ABI is appended to m_abis here.
|
//! \note If unable to determine the GDB ABI, no ABI is appended to m_abis here.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user