Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DArgs.h271 SetArguments (size_t argc, const char **argv);
274 SetArguments (const char **argv);
/external/lldb/source/Interpreter/
DOptionValueArgs.cpp36 args.SetArguments(argv.size(), &argv[0]); in GetArgs()
DOptionValueArray.cpp159 args.SetArguments(argv.size(), &argv[0]); in GetArgs()
DArgs.cpp574 Args::SetArguments (size_t argc, const char **argv) in SetArguments() function in Args
595 Args::SetArguments (const char **argv) in SetArguments() function in Args
DCommandInterpreter.cpp2355 … cmd_args.SetArguments (new_args.GetArgumentCount(), (const char **) new_args.GetArgumentVector()); in BuildAliasCommandArgs()
2366 … cmd_args.SetArguments (new_args.GetArgumentCount(), (const char **) new_args.GetArgumentVector()); in BuildAliasCommandArgs()
/external/lldb/tools/lldb-perf/common/clang/
Dlldb_perf_clang.cpp75 m_launch_info.SetArguments(argv, false); in Setup()
/external/lldb/source/API/
DSBTarget.cpp71 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo()
134 SBLaunchInfo::SetArguments (const char **argv, bool append) in SetArguments() function in SBLaunchInfo
144 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments()
173 m_opaque_sp->GetEnvironmentEntries().SetArguments(envp); in SetEnvironmentEntries()
699 launch_info.GetEnvironmentEntries ().SetArguments (envp); in Launch()
DSBProcess.cpp180 launch_info.GetEnvironmentEntries ().SetArguments (envp); in RemoteLaunch()
/external/lldb/include/lldb/API/
DSBTarget.h57 SetArguments (const char **argv, bool append);
/external/lldb/scripts/Python/interface/
DSBTarget.i42 SetArguments (const char **argv, bool append);
/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/Commands/
DCommandObjectPlatform.cpp432 m_options.launch_info.SetArguments (args, first_arg_is_executable); in DoExecute()
/external/lldb/source/Host/common/
DHost.cpp1396 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()
/external/lldb/source/Target/
DProcess.cpp389 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) in SetArguments() function in ProcessInfo
391 m_arguments.SetArguments (argv); in SetArguments()
408 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) in SetArguments() function in ProcessInfo
/external/lldb/www/python_reference/
Dapi-objects.txt3163 lldb.SBLaunchInfo.SetArguments lldb.SBLaunchInfo-class.html#SetArguments