Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h80 void SetArg0(llvm::StringRef arg);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp351 target_sp->SetArg0(resolved_bundle_exe_path); in CreateTargetInternal()
354 target_sp->SetArg0(file.GetPath().c_str()); in CreateTargetInternal()
H A DTarget.cpp4257 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0() function in TargetProperties
4260 m_launch_info.SetArg0(arg); in SetArg0()
4671 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()
4714 m_launch_info.SetArg0(GetArg0()); in Arg0ValueChangedCallback()
/openbsd-src/gnu/llvm/lldb/source/Host/freebsd/
H A DHost.cpp86 process_info.SetArg0(cstr); in GetFreeBSDProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp83 process_info.SetArg0(cstr); in GetNetBSDProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp78 void ProcessInfo::SetArg0(llvm::StringRef arg) { m_arg0 = std::string(arg); } in SetArg0() function in ProcessInfo
/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DHost.cpp162 process_info.SetArg0(Arg0); in GetProcessArgs()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h122 void SetArg0(llvm::StringRef arg);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2046 process_info.SetArg0(""); in DecodeProcessInfoResponse()
2050 process_info.SetArg0(arg); in DecodeProcessInfoResponse()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp393 target_sp->SetArg0(remote_path.c_str()); in DoExecute()