forked from qt-creator/qt-creator
Debugger: Comment out dead code
Change-Id: I91218d9b7b3fa6433d7e64d68b4974a1fdcd295c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1172,8 +1172,8 @@ void GdbEngine::handleResultRecord(DebuggerResponse *response)
|
||||
bool GdbEngine::acceptsDebuggerCommands() const
|
||||
{
|
||||
return true;
|
||||
return state() == InferiorStopOk
|
||||
|| state() == InferiorUnrunnable;
|
||||
// return state() == InferiorStopOk
|
||||
// || state() == InferiorUnrunnable;
|
||||
}
|
||||
|
||||
void GdbEngine::executeDebuggerCommand(const QString &command, DebuggerLanguages languages)
|
||||
|
||||
Reference in New Issue
Block a user