Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp677 std::string fixed_command("expression "); in DoExecute() local
680 fixed_command.append(std::string(args.GetArgStringWithDelimiter())); in DoExecute()
681 fixed_command.append(m_fixed_expression); in DoExecute()
683 fixed_command.append(m_fixed_expression); in DoExecute()
684 history.AppendString(fixed_command); in DoExecute()