forked from qt-creator/qt-creator
Debugger fixes: Attach core/Compile Windows/Run XP.
Retrieve QueryProcessImageFileNameW via QLIbrary/dlopen on all platforms due to it being not present on Windows XP.
This commit is contained in:
@@ -1055,7 +1055,8 @@ void DebuggerManager::startNewDebugger(const DebuggerStartParametersPtr &sp)
|
||||
d->m_engine = debuggerEngineForExecutable(d->m_startParameters->executable, &errorMessage, &settingsIdHint);
|
||||
|
||||
if (d->m_engine == 0
|
||||
&& (startMode == AttachExternal || startMode == AttachCrashedExternal))
|
||||
&& (startMode == AttachExternal || startMode == AttachCrashedExternal
|
||||
|| startMode == AttachCore))
|
||||
d->m_engine = debuggerEngineForAttach(&errorMessage);
|
||||
|
||||
if (!d->m_engine) {
|
||||
|
||||
Reference in New Issue
Block a user