Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArgs.h203 void AppendArguments(const Args &rhs);
205 void AppendArguments(const char **argv);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp96 m_opaque_sp->GetArguments().AppendArguments(argv); in SetArguments()
H A DSBProcess.cpp138 launch_info.GetArguments().AppendArguments(argv); in RemoteLaunch()
H A DSBTarget.cpp337 launch_info.GetArguments().AppendArguments(argv); in Launch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArgs.cpp301 void Args::AppendArguments(const Args &rhs) { in AppendArguments() function in Args
312 void Args::AppendArguments(const char **argv) { in AppendArguments() function in Args
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp485 launch_info.GetArguments().AppendArguments(args); in RunShellCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp212 m_options.launch_info.GetArguments().AppendArguments( in DoExecute()
215 m_options.launch_info.GetArguments().AppendArguments(launch_args); in DoExecute()
H A DCommandObjectPlatform.cpp1052 m_options.launch_info.GetArguments().AppendArguments(args); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp958 full_args.AppendArguments(cmd_args); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1165 debugserver_args.AppendArguments(*inferior_args); in StartDebugserverProcess()