Lines Matching defs:tmp_result
2618 CommandReturnObject tmp_result(m_debugger.GetUseColor());
2619 tmp_result.SetInteractive(result.GetInteractive());
2620 tmp_result.SetSuppressImmediateOutput(true);
2627 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result);
2632 if (tmp_result.Succeeded())
2633 result.AppendMessage(tmp_result.GetOutputString());
2636 if (!success || !tmp_result.Succeeded()) {
2637 std::string error_msg = tmp_result.GetErrorString();
2662 if ((tmp_result.GetStatus() == eReturnStatusSuccessContinuingNoResult) ||
2663 (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult)) {
2679 result.SetStatus(tmp_result.GetStatus());
2687 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash() &&
2699 result.SetStatus(tmp_result.GetStatus());