Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h80 llvm::StringRef GetArg0() const;
/src/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp80 llvm::StringRef ProcessInfo::GetArg0() const { return m_arg0; } in GetArg0() function in ProcessInfo
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h120 llvm::StringRef GetArg0() const;
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1220 response.PutStringAsRawHex8(proc_info.GetArg0()); in CreateProcessInfoResponse()
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4348 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0() function in TargetProperties
4776 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()
4819 m_launch_info.SetArg0(GetArg0()); in Arg0ValueChangedCallback()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp208 llvm::StringRef target_settings_argv0 = target->GetArg0(); in DoExecute()
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3414 llvm::StringRef target_settings_argv0 = target->GetArg0(); in GetExecutableSettings()