Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/freebsd/
HDHost.cpp86 process_info.SetArg0(cstr); in GetFreeBSDProcessArgs()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDTargetList.cpp353 target_sp->SetArg0(resolved_bundle_exe_path); in CreateTargetInternal()
356 target_sp->SetArg0(file.GetPath().c_str()); in CreateTargetInternal()
HDTarget.cpp4354 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0() function in TargetProperties
4357 m_launch_info.SetArg0(arg); in SetArg0()
4776 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()
4819 m_launch_info.SetArg0(GetArg0()); in Arg0ValueChangedCallback()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/netbsd/
HDHostNetBSD.cpp83 process_info.SetArg0(cstr); in GetNetBSDProcessArgs()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDProcessInfo.h82 void SetArg0(llvm::StringRef arg);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDProcessInfo.cpp82 void ProcessInfo::SetArg0(llvm::StringRef arg) { m_arg0 = std::string(arg); } in SetArg0() function in ProcessInfo
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h122 void SetArg0(llvm::StringRef arg);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp2055 process_info.SetArg0(""); in DecodeProcessInfoResponse()
2059 process_info.SetArg0(arg); in DecodeProcessInfoResponse()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp395 target_sp->SetArg0(remote_path.c_str()); in DoExecute()