Home
last modified time | relevance | path

Searched refs:GetArg0 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp187 if (!launch_info.GetArg0().empty()) { in DebugProcess()
189 args.AppendArgument(launch_info.GetArg0()); in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp80 llvm::StringRef ProcessInfo::GetArg0() const { return m_arg0; } in GetArg0() function in ProcessInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h80 llvm::StringRef GetArg0() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h133 llvm::StringRef GetArg0() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1222 response.PutStringAsRawHex8(proc_info.GetArg0()); in CreateProcessInfoResponse()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4578 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0() function in TargetProperties
5014 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()
5057 m_launch_info.SetArg0(GetArg0()); in Arg0ValueChangedCallback()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp218 llvm::StringRef target_settings_argv0 = target->GetArg0(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3415 llvm::StringRef target_settings_argv0 = target->GetArg0(); in GetExecutableSettings()