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:
hjk
2014-06-02 16:45:12 +02:00
parent 99271c2343
commit 60f5b5afc5
2 changed files with 12 additions and 1 deletions

View File

@@ -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")