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:
@@ -79,7 +79,7 @@ void CoreGdbAdapter::startAdapter()
|
||||
QStringList args;
|
||||
args.append(_("-ex"));
|
||||
args.append(_("set auto-solib-add off"));
|
||||
if (!m_engine->startGdb(args))
|
||||
if (!m_engine->startGdb(args, QString()))
|
||||
return;
|
||||
|
||||
//if (m_executable.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user