Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3376 std::string scratch_command(command_line); // working copy so we don't modify in ResolveCommandImpl() local
3387 ExtractCommand(scratch_command, next_word, suffix, quote_char); in ResolveCommandImpl()
3398 BuildAliasResult(full_name, scratch_command, alias_result, result); in ResolveCommandImpl()
3521 if (scratch_command.empty()) in ResolveCommandImpl()
3525 if (!scratch_command.empty()) in ResolveCommandImpl()
3526 revised_command_line.Printf(" %s", scratch_command.c_str()); in ResolveCommandImpl()