Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessInfo.h79 void SetArg0(llvm::StringRef arg);
H A DTarget.h112 void SetArg0(llvm::StringRef arg);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessInfo.cpp80 void ProcessInfo::SetArg0(llvm::StringRef arg) { in SetArg0() function in ProcessInfo
H A DTargetList.cpp421 target_sp->SetArg0(resolved_bundle_exe_path); in CreateTargetInternal()
424 target_sp->SetArg0(file.GetPath().c_str()); in CreateTargetInternal()
H A DTarget.cpp3792 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0() function in TargetProperties
3796 m_launch_info.SetArg0(arg); in SetArg0()
4061 m_launch_info.SetArg0(GetArg0()); // FIXME: Arg0 callback doesn't work in GetProcessLaunchInfo()
4068 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()
4106 this_->m_launch_info.SetArg0(this_->GetArg0()); in Arg0ValueChangedCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp390 target_sp->SetArg0(remote_path.c_str()); in DoExecute()