forked from qt-creator/qt-creator
Debugger: Handle inferior start failing in LLDB
Change-Id: Ia6fb30d5dc4de4dce74affe0266d0fe48076e07c Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1157,6 +1157,8 @@ void LldbEngine::refreshState(const GdbMi &reportedState)
|
||||
notifyEngineRunFailed();
|
||||
else if (newState == "inferiorsetupok")
|
||||
notifyInferiorSetupOk();
|
||||
else if (newState == "inferiorsetupfailed")
|
||||
notifyInferiorSetupFailed();
|
||||
else if (newState == "enginerunandinferiorrunok") {
|
||||
if (startParameters().continueAfterAttach)
|
||||
m_continueAtNextSpontaneousStop = true;
|
||||
|
||||
Reference in New Issue
Block a user