forked from qt-creator/qt-creator
Debugger: Fix Windows terminal execution.
The console trap seems to cause a spurious "* stopped" message without reasons in gdb 7.4. Ignore once. Fix warnings about empty file names in cleanupFullName() for assembly frames. Ignore "* running" in state InferiorSetupRequested, which occurs for Windows terminals. Task-number: QTCREATORBUG-7770 Change-Id: Ief6dff4a946eea1b1489caddf8748fb10a647dad Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -686,7 +686,7 @@ protected:
|
||||
QString m_lastWinException;
|
||||
QString m_lastMissingDebugInfo;
|
||||
BreakpointResponseId m_qFatalBreakpointResponseId;
|
||||
bool m_actingOnExpectedStop;
|
||||
bool m_terminalTrap;
|
||||
|
||||
bool usesExecInterrupt() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user