forked from qt-creator/qt-creator
Debugger: Fail more gracefully on "ill" LLDB engines
Less need to use the hard Debug->Abort Change-Id: Ib019792063924549ace58a63ccef994dbfaa00dc Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1216,6 +1216,8 @@ void LldbEngine::refreshState(const GdbMi &reportedState)
|
||||
notifyInferiorStopOk();
|
||||
else if (newState == "inferiorstopfailed")
|
||||
notifyInferiorStopFailed();
|
||||
else if (newState == "inferiorill")
|
||||
notifyInferiorIll();
|
||||
else if (newState == "enginesetupok")
|
||||
notifyEngineSetupOk();
|
||||
else if (newState == "enginesetupfailed")
|
||||
|
||||
Reference in New Issue
Block a user