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:
Alessandro Portale
2021-10-12 14:35:00 +02:00
parent d20a0c8c03
commit 6703162783

View File

@@ -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;
} }