Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h81 void SetArg0(llvm::StringRef arg);
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp349 target_sp->SetArg0(resolved_bundle_exe_path); in CreateTargetInternal()
352 target_sp->SetArg0(file.GetPath().c_str()); in CreateTargetInternal()
H A DTarget.cpp4160 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0() function in TargetProperties
4163 m_launch_info.SetArg0(arg); in SetArg0()
4568 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()
4611 m_launch_info.SetArg0(GetArg0()); in Arg0ValueChangedCallback()
/llvm-project-15.0.7/lldb/source/Host/freebsd/
H A DHost.cpp86 process_info.SetArg0(cstr); in GetFreeBSDProcessArgs()
/llvm-project-15.0.7/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp83 process_info.SetArg0(cstr); in GetNetBSDProcessArgs()
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHost.cpp161 process_info.SetArg0(Arg0); in GetProcessArgs()
/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp79 void ProcessInfo::SetArg0(llvm::StringRef arg) { m_arg0 = std::string(arg); } in SetArg0() function in ProcessInfo
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h122 void SetArg0(llvm::StringRef arg);
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2052 process_info.SetArg0(""); in DecodeProcessInfoResponse()
2056 process_info.SetArg0(arg); in DecodeProcessInfoResponse()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp393 target_sp->SetArg0(remote_path.c_str()); in DoExecute()