Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp386 void DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
388 if (raw_command_line.empty()) { in DoExecute()
396 OptionsWithRaw args_with_suffix(raw_command_line); in DoExecute()
1122 void DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1131 m_function_name.c_str(), raw_command_line, m_synchro, in DoExecute()
1216 void DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1225 !scripter->RunScriptBasedCommand(m_cmd_obj_sp, raw_command_line, in DoExecute()
H A DCommandObjectPlatform.cpp1771 void DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1777 if (raw_command_line.empty()) { in DoExecute()
1782 const bool is_alias = !raw_command_line.contains("platform"); in DoExecute()
1783 OptionsWithRaw args(raw_command_line); in DoExecute()
H A DCommandObjectType.cpp2720 void DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
2722 if (raw_command_line.empty()) { in DoExecute()
2731 OptionsWithRaw args(raw_command_line); in DoExecute()