Home
last modified time | relevance | path

Searched refs:tmp_result (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2507 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() local
2508 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
2509 tmp_result.SetSuppressImmediateOutput(true); in HandleCommands()
2516 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands()
2521 if (tmp_result.Succeeded()) in HandleCommands()
2522 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
2525 if (!success || !tmp_result.Succeeded()) { in HandleCommands()
2526 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
2554 (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult)) { in HandleCommands()
2570 result.SetStatus(tmp_result.GetStatus()); in HandleCommands()
[all …]
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp816 bool tmp_result; in SetOptionValue() local
818 tmp_result = OptionArgParser::ToBoolean(option_arg, false, &success); in SetOptionValue()
823 if (tmp_result) in SetOptionValue()