Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp82 process_info.SetArg0(cstr); in GetFreeBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp77 process_info.SetArg0(cstr); in GetNetBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp354 target_sp->SetArg0(resolved_bundle_exe_path); in CreateTargetInternal()
357 target_sp->SetArg0(file.GetPath().c_str()); in CreateTargetInternal()
H A DTarget.cpp4584 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0() function in TargetProperties
4587 m_launch_info.SetArg0(arg); in SetArg0()
5014 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()
5057 m_launch_info.SetArg0(GetArg0()); in Arg0ValueChangedCallback()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp82 void ProcessInfo::SetArg0(llvm::StringRef arg) { m_arg0 = std::string(arg); } in SetArg0() function in ProcessInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h82 void SetArg0(llvm::StringRef arg);
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp273 launch_info.SetArg0(progname); in spawn_process()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h135 void SetArg0(llvm::StringRef arg);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2075 process_info.SetArg0(""); in DecodeProcessInfoResponse()
2079 process_info.SetArg0(arg); in DecodeProcessInfoResponse()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp396 target_sp->SetArg0(remote_path.c_str()); in DoExecute()