Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h79 llvm::StringRef GetArg0() const;
/external/llvm-project/lldb/source/Utility/
DProcessInfo.cpp78 llvm::StringRef ProcessInfo::GetArg0() const { return m_arg0; } in GetArg0() function in ProcessInfo
/external/llvm-project/lldb/source/Target/
DTarget.cpp3853 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0() function in TargetProperties
4184 m_launch_info.SetArg0(GetArg0()); // FIXME: Arg0 callback doesn't work in GetProcessLaunchInfo()
4191 SetArg0(launch_info.GetArg0()); in SetProcessLaunchInfo()
4234 m_launch_info.SetArg0(GetArg0()); in Arg0ValueChangedCallback()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h113 llvm::StringRef GetArg0() const;
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp1192 response.PutStringAsRawHex8(proc_info.GetArg0()); in CreateProcessInfoResponse()
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp164 llvm::StringRef target_settings_argv0 = target->GetArg0(); in DoExecute()