Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp360 bool DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
362 if (raw_command_line.empty()) { in DoExecute()
370 OptionsWithRaw args_with_suffix(raw_command_line); in DoExecute()
1072 bool DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1081 m_function_name.c_str(), raw_command_line, m_synchro, in DoExecute()
1157 bool DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1166 !scripter->RunScriptBasedCommand(m_cmd_obj_sp, raw_command_line, in DoExecute()
H A DCommandObjectPlatform.cpp1609 bool DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1615 if (raw_command_line.empty()) { in DoExecute()
1620 const bool is_alias = !raw_command_line.contains("platform"); in DoExecute()
1621 OptionsWithRaw args(raw_command_line); in DoExecute()
H A DCommandObjectType.cpp2744 bool DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
2746 if (raw_command_line.empty()) { in DoExecute()
2755 OptionsWithRaw args(raw_command_line); in DoExecute()