Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h184 void AppendArguments(const Args &rhs);
186 void AppendArguments(const char **argv);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp293 void Args::AppendArguments(const Args &rhs) { in AppendArguments() function in Args
304 void Args::AppendArguments(const char **argv) { in AppendArguments() function in Args
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp163 m_opaque_sp->GetArguments().AppendArguments(argv); in SetArguments()
H A DSBTarget.cpp384 launch_info.GetArguments().AppendArguments(argv); in Launch()
387 launch_info.GetArguments().AppendArguments( in Launch()
H A DSBProcess.cpp154 launch_info.GetArguments().AppendArguments(argv); in RemoteLaunch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp514 launch_info.GetArguments().AppendArguments(args); in RunShellCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp230 m_options.launch_info.GetArguments().AppendArguments( in DoExecute()
233 m_options.launch_info.GetArguments().AppendArguments(launch_args); in DoExecute()
H A DCommandObjectPlatform.cpp1016 m_options.launch_info.GetArguments().AppendArguments(args); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp978 full_args.AppendArguments(cmd_args); in Execute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1128 debugserver_args.AppendArguments(*inferior_args); in StartDebugserverProcess()