Home
last modified time | relevance | path

Searched refs:AppendArguments (Results 1 – 7 of 7) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DArgs.h207 AppendArguments (const Args &rhs);
210 AppendArguments (const char **argv);
/external/lldb/source/Commands/
DCommandObjectProcess.cpp226 m_options.launch_info.GetArguments().AppendArguments (target_setting_args); in DoExecute()
230 m_options.launch_info.GetArguments().AppendArguments (launch_args); in DoExecute()
247 m_options.launch_info.GetEnvironmentEntries ().AppendArguments (environment); in DoExecute()
DCommandObjectPlatform.cpp425 m_options.launch_info.GetArguments().AppendArguments (args); in DoExecute()
/external/lldb/source/Interpreter/
DArgs.cpp480 Args::AppendArguments (const Args &rhs) in AppendArguments() function in Args
488 Args::AppendArguments (const char **argv) in AppendArguments() function in Args
DCommandObject.cpp1021 full_args.AppendArguments(cmd_args); in Execute()
/external/lldb/source/API/
DSBTarget.cpp139 m_opaque_sp->GetArguments().AppendArguments(argv); in SetArguments()
168 m_opaque_sp->GetEnvironmentEntries().AppendArguments(envp); in SetEnvironmentEntries()
697 launch_info.GetArguments().AppendArguments (argv); in Launch()
DSBProcess.cpp178 launch_info.GetArguments().AppendArguments (argv); in RemoteLaunch()