Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp367 void DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
369 if (raw_command_line.empty()) { in DoExecute()
377 OptionsWithRaw args_with_suffix(raw_command_line); in DoExecute()
1078 void DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1089 m_function_name.c_str(), raw_command_line, m_synchro, in DoExecute()
1186 void DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1195 !scripter->RunScriptBasedCommand(m_cmd_obj_sp, raw_command_line, in DoExecute()
H A DCommandObjectPlatform.cpp1678 void DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
1684 if (raw_command_line.empty()) { in DoExecute()
1689 const bool is_alias = !raw_command_line.contains("platform"); in DoExecute()
1690 OptionsWithRaw args(raw_command_line); in DoExecute()
H A DCommandObjectType.cpp2599 void DoExecute(llvm::StringRef raw_command_line, in DoExecute() argument
2601 if (raw_command_line.empty()) { in DoExecute()
2610 OptionsWithRaw args(raw_command_line); in DoExecute()