Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp3137 llvm::StringRef sub_cmd_name = sub_cmd_obj->GetCommandName(); in ResolveCommandImpl() local
3138 actual_cmd_name_len = sub_cmd_name.size() + 1; in ResolveCommandImpl()
3140 revised_command_line.Printf("%s", sub_cmd_name.str().c_str()); in ResolveCommandImpl()