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/
DProcessInfo.h80 void SetArg0(llvm::StringRef arg);
/openbsd/src/gnu/llvm/lldb/source/Target/
DTargetList.cpp351 target_sp->SetArg0(resolved_bundle_exe_path); in CreateTargetInternal()
354 target_sp->SetArg0(file.GetPath().c_str()); in CreateTargetInternal()
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/
DHost.cpp86 process_info.SetArg0(cstr); in GetFreeBSDProcessArgs()
/openbsd/src/gnu/llvm/lldb/source/Host/netbsd/
DHostNetBSD.cpp83 process_info.SetArg0(cstr); in GetNetBSDProcessArgs()
/openbsd/src/gnu/llvm/lldb/source/Utility/
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/
DHost.cpp162 process_info.SetArg0(Arg0); in GetProcessArgs()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DTarget.h122 void SetArg0(llvm::StringRef arg);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp2046 process_info.SetArg0(""); in DecodeProcessInfoResponse()
2050 process_info.SetArg0(arg); in DecodeProcessInfoResponse()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectTarget.cpp393 target_sp->SetArg0(remote_path.c_str()); in DoExecute()