Lines Matching refs:Platform

60 const char *Platform::GetHostPlatformName() { return "host"; }  in GetHostPlatformName()
135 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform()
147 void Platform::Initialize() { g_initialize_count++; } in Initialize()
149 void Platform::Terminate() { in Terminate()
158 const PlatformPropertiesSP &Platform::GetGlobalPlatformProperties() { in GetGlobalPlatformProperties()
163 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { in SetHostPlatform()
174 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID()
182 Platform::LocateExecutableScriptingResources(Target *target, Module &module, in LocateExecutableScriptingResources()
221 Status Platform::GetSharedModule( in GetSharedModule()
262 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
274 PlatformSP Platform::Find(ConstString name) { in Find()
289 PlatformSP Platform::Create(ConstString name, Status &error) { in Create()
316 PlatformSP Platform::Create(const ArchSpec &arch, ArchSpec *platform_arch_ptr, in Create()
378 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec()
385 Platform::Platform(bool is_host) in Platform() function in Platform
402 Platform::~Platform() { in ~Platform()
407 void Platform::GetStatus(Stream &strm) { in GetStatus()
454 llvm::VersionTuple Platform::GetOSVersion(Process *process) { in GetOSVersion()
496 bool Platform::GetOSBuildString(std::string &s) { in GetOSBuildString()
509 bool Platform::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription()
520 void Platform::AddClangModuleCompilationOptions( in AddClangModuleCompilationOptions()
529 FileSpec Platform::GetWorkingDirectory() { in GetWorkingDirectory()
548 Platform *platform_ptr;
640 Status Platform::Install(const FileSpec &src, const FileSpec &dst) { in Install()
751 bool Platform::SetWorkingDirectory(const FileSpec &file_spec) { in SetWorkingDirectory()
766 Status Platform::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
779 Status Platform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
795 Status Platform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
809 ConstString Platform::GetName() { return GetPluginName(); } in GetName()
811 const char *Platform::GetHostname() { in GetHostname()
820 ConstString Platform::GetFullNameForDylib(ConstString basename) { in GetFullNameForDylib()
824 bool Platform::SetRemoteWorkingDirectory(const FileSpec &working_dir) { in SetRemoteWorkingDirectory()
832 bool Platform::SetOSVersion(llvm::VersionTuple version) { in SetOSVersion()
855 Platform::ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable()
887 Status Platform::ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec, in ResolveSymbolFile()
897 bool Platform::ResolveRemotePath(const FileSpec &platform_path, in ResolveRemotePath()
904 const ArchSpec &Platform::GetSystemArchitecture() { in GetSystemArchitecture()
938 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec()
966 Status Platform::ConnectRemote(Args &args) { in ConnectRemote()
979 Status Platform::DisconnectRemote() { in DisconnectRemote()
992 bool Platform::GetProcessInfo(lldb::pid_t pid, in GetProcessInfo()
1001 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
1011 Status Platform::LaunchProcess(ProcessLaunchInfo &launch_info) { in LaunchProcess()
1059 Status Platform::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments()
1065 Status Platform::KillProcess(const lldb::pid_t pid) { in KillProcess()
1092 Platform::DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, in DebugProcess()
1177 Platform::GetPlatformForArchitecture(const ArchSpec &arch, in GetPlatformForArchitecture()
1182 platform_sp = Platform::Create(arch, platform_arch_ptr, error); in GetPlatformForArchitecture()
1188 bool Platform::IsCompatibleArchitecture(const ArchSpec &arch, in IsCompatibleArchitecture()
1222 Status Platform::PutFile(const FileSpec &source, const FileSpec &destination, in PutFile()
1282 Status Platform::GetFile(const FileSpec &source, const FileSpec &destination) { in GetFile()
1288 Platform::CreateSymlink(const FileSpec &src, // The name of the link is in src in CreateSymlink()
1295 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists()
1299 Status Platform::Unlink(const FileSpec &path) { in Unlink()
1304 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList()
1318 lldb_private::Status Platform::RunShellCommand( in RunShellCommand()
1332 lldb_private::Status Platform::RunShellCommand( in RunShellCommand()
1351 bool Platform::CalculateMD5(const FileSpec &file_spec, uint64_t &low, in CalculateMD5()
1362 void Platform::SetLocalCacheDirectory(const char *local) { in SetLocalCacheDirectory()
1366 const char *Platform::GetLocalCacheDirectory() { in GetLocalCacheDirectory()
1443 Platform::SetThreadCreationBreakpoint(lldb_private::Target &target) { in SetThreadCreationBreakpoint()
1507 Environment Platform::GetEnvironment() { return Environment(); } in GetEnvironment()
1509 const std::vector<ConstString> &Platform::GetTrapHandlerSymbolNames() { in GetTrapHandlerSymbolNames()
1520 Status Platform::GetCachedExecutable( in GetCachedExecutable()
1522 const FileSpecList *module_search_paths_ptr, Platform &remote_platform) { in GetCachedExecutable()
1534 Status Platform::LoadCachedExecutable( in LoadCachedExecutable()
1536 const FileSpecList *module_search_paths_ptr, Platform &remote_platform) { in LoadCachedExecutable()
1545 Status Platform::GetRemoteSharedModule(const ModuleSpec &module_spec, in GetRemoteSharedModule()
1619 bool Platform::GetCachedSharedModule(const ModuleSpec &module_spec, in GetCachedSharedModule()
1652 Status Platform::DownloadModuleSlice(const FileSpec &src_file_spec, in DownloadModuleSlice()
1700 Status Platform::DownloadSymbolFile(const lldb::ModuleSP &module_sp, in DownloadSymbolFile()
1706 FileSpec Platform::GetModuleCacheRoot() { in GetModuleCacheRoot()
1712 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname()
1714 const UnixSignalsSP &Platform::GetRemoteUnixSignals() { in GetRemoteUnixSignals()
1719 UnixSignalsSP Platform::GetUnixSignals() { in GetUnixSignals()
1725 uint32_t Platform::LoadImage(lldb_private::Process *process, in LoadImage()
1762 uint32_t Platform::DoLoadImage(lldb_private::Process *process, in DoLoadImage()
1771 uint32_t Platform::LoadImageUsingPaths(lldb_private::Process *process, in LoadImageUsingPaths()
1788 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage()
1793 lldb::ProcessSP Platform::ConnectProcess(llvm::StringRef connect_url, in ConnectProcess()
1801 lldb::ProcessSP Platform::ConnectProcessSynchronous( in ConnectProcessSynchronous()
1808 lldb::ProcessSP Platform::DoConnectProcess(llvm::StringRef connect_url, in DoConnectProcess()
1868 size_t Platform::ConnectToWaitingProcesses(lldb_private::Debugger &debugger, in ConnectToWaitingProcesses()
1874 size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode()