forked from qt-creator/qt-creator
Debugger: Use Startparameters.debuggerCommand for command.
Use in both engines preferred over ABI if it is compatible. Report start parameters. Introduce gdb configuration check.
This commit is contained in:
@@ -377,7 +377,7 @@ void CodaGdbAdapter::startGdb()
|
||||
{
|
||||
QStringList gdbArgs;
|
||||
gdbArgs.append(_("--nx")); // Do not read .gdbinit file
|
||||
if (!m_engine->startGdb(gdbArgs, QString(), QString())) {
|
||||
if (!m_engine->startGdb(gdbArgs)) {
|
||||
cleanup();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user