forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.7'
Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri Change-Id: I3d42bd52fb7b977cfdfad83092fb6f6eac974e24
This commit is contained in:
@@ -4034,7 +4034,7 @@ void GdbEngine::handleDebugInfoLocation(const DebuggerResponse &response)
|
||||
{
|
||||
if (response.resultClass == ResultDone) {
|
||||
const QString debugInfoLocation = runParameters().debugInfoLocation;
|
||||
if (QFile::exists(debugInfoLocation)) {
|
||||
if (!debugInfoLocation.isEmpty() && QFile::exists(debugInfoLocation)) {
|
||||
const QString curDebugInfoLocations = response.consoleStreamOutput.split('"').value(1);
|
||||
QString cmd = "set debug-file-directory " + debugInfoLocation;
|
||||
if (!curDebugInfoLocations.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user