Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp387 bool DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
389 if (raw_command_line.empty()) { in DoExecute()
397 OptionsWithRaw args_with_suffix(raw_command_line); in DoExecute()
1117 bool DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1126 m_function_name.c_str(), raw_command_line, m_synchro, in DoExecute()
1202 bool DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1211 !scripter->RunScriptBasedCommand(m_cmd_obj_sp, raw_command_line, in DoExecute()
H A DCommandObjectPlatform.cpp1771 bool 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.cpp2718 bool DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
2720 if (raw_command_line.empty()) { in DoExecute()
2729 OptionsWithRaw args(raw_command_line); in DoExecute()