Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp81 bool first_arg_is_executable) { in SetArguments() argument
85 if (first_arg_is_executable) { in SetArguments()
96 void ProcessInfo::SetArguments(const Args &args, bool first_arg_is_executable) { in SetArguments() argument
101 if (first_arg_is_executable) { in SetArguments()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h82 void SetArguments(const Args &args, bool first_arg_is_executable);
84 void SetArguments(char const **argv, bool first_arg_is_executable);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp429 const bool first_arg_is_executable = true; in RunShellCommand() local
430 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1191 const bool first_arg_is_executable = true; in DoExecute() local
1192 m_options.launch_info.SetArguments(args, first_arg_is_executable); in DoExecute()