Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3324 std::string scratch_command(command_line); // working copy so we don't modify in ResolveCommandImpl() local
3335 ExtractCommand(scratch_command, next_word, suffix, quote_char); in ResolveCommandImpl()
3346 BuildAliasResult(full_name, scratch_command, alias_result, result); in ResolveCommandImpl()
3469 if (scratch_command.empty()) in ResolveCommandImpl()
3473 if (!scratch_command.empty()) in ResolveCommandImpl()
3474 revised_command_line.Printf(" %s", scratch_command.c_str()); in ResolveCommandImpl()