Lines Matching refs:Platform

62 const char *Platform::GetHostPlatformName() { return "host"; }  in GetHostPlatformName()
130 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform()
142 void Platform::Initialize() { g_initialize_count++; } in Initialize()
144 void Platform::Terminate() { in Terminate()
153 const PlatformPropertiesSP &Platform::GetGlobalPlatformProperties() { in GetGlobalPlatformProperties()
158 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { in SetHostPlatform()
169 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID()
177 Platform::LocateExecutableScriptingResources(Target *target, Module &module, in LocateExecutableScriptingResources()
216 Status Platform::GetSharedModule(const ModuleSpec &module_spec, in GetSharedModule()
258 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
270 PlatformSP Platform::Find(const ConstString &name) { in Find()
285 PlatformSP Platform::Create(const ConstString &name, Status &error) { in Create()
312 PlatformSP Platform::Create(const ArchSpec &arch, ArchSpec *platform_arch_ptr, in Create()
374 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec()
383 Platform::Platform(bool is_host) in Platform() function in Platform
403 Platform::~Platform() { in ~Platform()
409 void Platform::GetStatus(Stream &strm) { in GetStatus()
456 llvm::VersionTuple Platform::GetOSVersion(Process *process) { in GetOSVersion()
498 bool Platform::GetOSBuildString(std::string &s) { in GetOSBuildString()
511 bool Platform::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription()
522 void Platform::AddClangModuleCompilationOptions( in AddClangModuleCompilationOptions()
531 FileSpec Platform::GetWorkingDirectory() { in GetWorkingDirectory()
550 Platform *platform_ptr;
642 Status Platform::Install(const FileSpec &src, const FileSpec &dst) { in Install()
755 bool Platform::SetWorkingDirectory(const FileSpec &file_spec) { in SetWorkingDirectory()
770 Status Platform::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
783 Status Platform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
799 Status Platform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
813 ConstString Platform::GetName() { return GetPluginName(); } in GetName()
815 const char *Platform::GetHostname() { in GetHostname()
824 ConstString Platform::GetFullNameForDylib(ConstString basename) { in GetFullNameForDylib()
828 bool Platform::SetRemoteWorkingDirectory(const FileSpec &working_dir) { in SetRemoteWorkingDirectory()
837 const char *Platform::GetUserName(uint32_t uid) { in GetUserName()
851 const char *Platform::GetGroupName(uint32_t gid) { in GetGroupName()
865 bool Platform::SetOSVersion(llvm::VersionTuple version) { in SetOSVersion()
888 Platform::ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable()
920 Status Platform::ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec, in ResolveSymbolFile()
930 bool Platform::ResolveRemotePath(const FileSpec &platform_path, in ResolveRemotePath()
937 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture()
971 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec()
999 Status Platform::ConnectRemote(Args &args) { in ConnectRemote()
1012 Status Platform::DisconnectRemote() { in DisconnectRemote()
1025 bool Platform::GetProcessInfo(lldb::pid_t pid, in GetProcessInfo()
1034 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
1044 Status Platform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess()
1096 Status Platform::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
1102 Status Platform::KillProcess(const lldb::pid_t pid) { in KillProcess()
1130 Platform::DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, in DebugProcess()
1220 Platform::GetPlatformForArchitecture(const ArchSpec &arch, in GetPlatformForArchitecture()
1225 platform_sp = Platform::Create(arch, platform_arch_ptr, error); in GetPlatformForArchitecture()
1233 bool Platform::IsCompatibleArchitecture(const ArchSpec &arch, in IsCompatibleArchitecture()
1267 Status Platform::PutFile(const FileSpec &source, const FileSpec &destination, in PutFile()
1329 Status Platform::GetFile(const FileSpec &source, const FileSpec &destination) { in GetFile()
1335 Platform::CreateSymlink(const FileSpec &src, // The name of the link is in src in CreateSymlink()
1342 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists()
1346 Status Platform::Unlink(const FileSpec &path) { in Unlink()
1351 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList()
1365 lldb_private::Status Platform::RunShellCommand( in RunShellCommand()
1382 bool Platform::CalculateMD5(const FileSpec &file_spec, uint64_t &low, in CalculateMD5()
1393 void Platform::SetLocalCacheDirectory(const char *local) { in SetLocalCacheDirectory()
1397 const char *Platform::GetLocalCacheDirectory() { in GetLocalCacheDirectory()
1474 Platform::SetThreadCreationBreakpoint(lldb_private::Target &target) { in SetThreadCreationBreakpoint()
1538 Environment Platform::GetEnvironment() { return Environment(); } in GetEnvironment()
1540 const std::vector<ConstString> &Platform::GetTrapHandlerSymbolNames() { in GetTrapHandlerSymbolNames()
1551 Status Platform::GetCachedExecutable( in GetCachedExecutable()
1553 const FileSpecList *module_search_paths_ptr, Platform &remote_platform) { in GetCachedExecutable()
1565 Status Platform::LoadCachedExecutable( in LoadCachedExecutable()
1567 const FileSpecList *module_search_paths_ptr, Platform &remote_platform) { in LoadCachedExecutable()
1576 Status Platform::GetRemoteSharedModule(const ModuleSpec &module_spec, in GetRemoteSharedModule()
1642 bool Platform::GetCachedSharedModule(const ModuleSpec &module_spec, in GetCachedSharedModule()
1676 Status Platform::DownloadModuleSlice(const FileSpec &src_file_spec, in DownloadModuleSlice()
1724 Status Platform::DownloadSymbolFile(const lldb::ModuleSP &module_sp, in DownloadSymbolFile()
1730 FileSpec Platform::GetModuleCacheRoot() { in GetModuleCacheRoot()
1736 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname()
1738 const UnixSignalsSP &Platform::GetRemoteUnixSignals() { in GetRemoteUnixSignals()
1743 const UnixSignalsSP &Platform::GetUnixSignals() { in GetUnixSignals()
1749 uint32_t Platform::LoadImage(lldb_private::Process *process, in LoadImage()
1786 uint32_t Platform::DoLoadImage(lldb_private::Process *process, in DoLoadImage()
1795 uint32_t Platform::LoadImageUsingPaths(lldb_private::Process *process, in LoadImageUsingPaths()
1812 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage()
1817 lldb::ProcessSP Platform::ConnectProcess(llvm::StringRef connect_url, in ConnectProcess()
1859 size_t Platform::ConnectToWaitingProcesses(lldb_private::Debugger &debugger, in ConnectToWaitingProcesses()
1865 size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode()