Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcessInfo.cpp101 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) in SetArguments() argument
106 if (first_arg_is_executable) in SetArguments()
120 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) in SetArguments() argument
126 if (first_arg_is_executable) in SetArguments()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessInfo.h155 SetArguments (const Args& args, bool first_arg_is_executable);
158 SetArguments (char const **argv, bool first_arg_is_executable);
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp576 const bool first_arg_is_executable = true; in RunShellCommand() local
577 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp1337 const bool first_arg_is_executable = true; in DoExecute() local
1338 m_options.launch_info.SetArguments (args, first_arg_is_executable); in DoExecute()