Lines Matching refs:tmp_result
2309 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() local
2310 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
2311 tmp_result.SetSuppressImmediateOutput(true); in HandleCommands()
2318 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands()
2323 if (tmp_result.Succeeded()) in HandleCommands()
2324 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
2327 if (!success || !tmp_result.Succeeded()) { in HandleCommands()
2328 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
2355 if ((tmp_result.GetStatus() == eReturnStatusSuccessContinuingNoResult) || in HandleCommands()
2356 (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult)) { in HandleCommands()
2372 result.SetStatus(tmp_result.GetStatus()); in HandleCommands()
2380 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash() && in HandleCommands()
2392 result.SetStatus(tmp_result.GetStatus()); in HandleCommands()