forked from qt-creator/qt-creator
Debugger[gdb]: Improve reporting of Windows exceptions.
Particularly affecting Windows DLL loading, which was previously suppressed. Reviewed-by: hjk Task-number: QTCREATORBUG-3470
This commit is contained in:
@@ -561,6 +561,7 @@ private: ////////// View & Data Stuff //////////
|
||||
// HACK:
|
||||
StackFrame m_targetFrame;
|
||||
QByteArray m_currentThread;
|
||||
QString m_lastWinException;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user