forked from qt-creator/qt-creator
Fix use of dumper library.
Not assigning a value to a variable will not put the variable in the right state...
This commit is contained in:
@@ -4123,7 +4123,7 @@ void GdbEngine::tryLoadDebuggingHelpers()
|
||||
if (startParameters().startMode == StartRemote)
|
||||
dlopenLib = startParameters().remoteDumperLib.toLocal8Bit();
|
||||
else
|
||||
manager()->qtDumperLibraryName().toLocal8Bit();
|
||||
dlopenLib = manager()->qtDumperLibraryName().toLocal8Bit();
|
||||
#if defined(Q_OS_WIN)
|
||||
if (m_dumperInjectionLoad) {
|
||||
/// Launch asynchronous remote thread to load.
|
||||
|
||||
Reference in New Issue
Block a user