Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp183 if (!launch_info.GetArg0().empty()) { in DebugProcess()
185 args.AppendArgument(launch_info.GetArg0()); in DebugProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h78 llvm::StringRef GetArg0() const;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp76 llvm::StringRef ProcessInfo::GetArg0() const { return m_arg0; } in GetArg0() function in ProcessInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h120 llvm::StringRef GetArg0() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1220 response.PutStringAsRawHex8(proc_info.GetArg0()); in CreateProcessInfoResponse()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4251 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0() function in TargetProperties
4671 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()
4714 m_launch_info.SetArg0(GetArg0()); in Arg0ValueChangedCallback()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp228 llvm::StringRef target_settings_argv0 = target->GetArg0(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3415 llvm::StringRef target_settings_argv0 = target->GetArg0(); in GetExecutableSettings()