Home
last modified time | relevance | path

Searched refs:SetArguments (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDArgs.h270 SetArguments (size_t argc, const char **argv);
273 SetArguments (const char **argv);
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueArgs.cpp36 args.SetArguments(argv.size(), &argv[0]); in GetArgs()
HDOptionValueArray.cpp159 args.SetArguments(argv.size(), &argv[0]); in GetArgs()
HDArgs.cpp573 Args::SetArguments (size_t argc, const char **argv) in SetArguments() function in Args
594 Args::SetArguments (const char **argv) in SetArguments() function in Args
HDCommandInterpreter.cpp2296 … cmd_args.SetArguments (new_args.GetArgumentCount(), (const char **) new_args.GetArgumentVector()); in BuildAliasCommandArgs()
2307 … cmd_args.SetArguments (new_args.GetArgumentCount(), (const char **) new_args.GetArgumentVector()); in BuildAliasCommandArgs()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTarget.cpp73 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo()
136 SBLaunchInfo::SetArguments (const char **argv, bool append) in SetArguments() function in SBLaunchInfo
146 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments()
175 m_opaque_sp->GetEnvironmentEntries().SetArguments(envp); in SetEnvironmentEntries()
704 launch_info.GetEnvironmentEntries ().SetArguments (envp); in Launch()
HDSBProcess.cpp184 launch_info.GetEnvironmentEntries ().SetArguments (envp); in RemoteLaunch()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTarget.h57 SetArguments (const char **argv, bool append);
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h301 SetArguments (const Args& args, bool first_arg_is_executable);
304 SetArguments (char const **argv, bool first_arg_is_executable);
/trueos/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp397 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) in SetArguments() function in ProcessInfo
399 m_arguments.SetArguments (argv); in SetArguments()
416 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) in SetArguments() function in ProcessInfo
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServer.cpp303 m_process_launch_info.SetArguments (const_cast<const char**> (args), true); in SetLaunchArguments()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp1336 m_options.launch_info.SetArguments (args, first_arg_is_executable); in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp1534 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()