Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp841 std::string full_command(GetCommandName()); in Execute() local
842 full_command += ' '; in Execute()
843 full_command += args_string; in Execute()
845 argv[0] = full_command.c_str(); in Execute()