Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectPlatform.cpp431 const bool first_arg_is_executable = true; in DoExecute() local
432 m_options.launch_info.SetArguments (args, first_arg_is_executable); in DoExecute()
/external/lldb/source/Host/common/
DHost.cpp1395 const bool first_arg_is_executable = true; in RunShellCommand() local
1396 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()
/external/lldb/include/lldb/Target/
DProcess.h293 SetArguments (const Args& args, bool first_arg_is_executable);
296 SetArguments (char const **argv, bool first_arg_is_executable);
/external/lldb/source/Target/
DProcess.cpp389 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) in SetArguments() argument
394 if (first_arg_is_executable) in SetArguments()
408 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) in SetArguments() argument
414 if (first_arg_is_executable) in SetArguments()