Lines Matching refs:SBPlatform

294 SBPlatform::SBPlatform() { LLDB_INSTRUMENT_VA(this); }  in SBPlatform()  function in SBPlatform
296 SBPlatform::SBPlatform(const char *platform_name) { in SBPlatform() function in SBPlatform
302 SBPlatform::SBPlatform(const SBPlatform &rhs) { in SBPlatform() function in SBPlatform
308 SBPlatform &SBPlatform::operator=(const SBPlatform &rhs) { in operator =()
315 SBPlatform::~SBPlatform() = default;
317 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform()
320 SBPlatform host_platform; in GetHostPlatform()
325 bool SBPlatform::IsValid() const { in IsValid()
329 SBPlatform::operator bool() const { in operator bool()
335 void SBPlatform::Clear() { in Clear()
341 const char *SBPlatform::GetName() { in GetName()
350 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; } in GetSP()
352 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { in SetSP()
356 const char *SBPlatform::GetWorkingDirectory() { in GetWorkingDirectory()
365 bool SBPlatform::SetWorkingDirectory(const char *path) { in SetWorkingDirectory()
379 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote()
394 void SBPlatform::DisconnectRemote() { in DisconnectRemote()
402 bool SBPlatform::IsConnected() { in IsConnected()
411 const char *SBPlatform::GetTriple() { in GetTriple()
426 const char *SBPlatform::GetOSBuild() { in GetOSBuild()
441 const char *SBPlatform::GetOSDescription() { in GetOSDescription()
456 const char *SBPlatform::GetHostname() { in GetHostname()
465 uint32_t SBPlatform::GetOSMajorVersion() { in GetOSMajorVersion()
474 uint32_t SBPlatform::GetOSMinorVersion() { in GetOSMinorVersion()
483 uint32_t SBPlatform::GetOSUpdateVersion() { in GetOSUpdateVersion()
492 void SBPlatform::SetSDKRoot(const char *sysroot) { in SetSDKRoot()
498 SBError SBPlatform::Get(SBFileSpec &src, SBFileSpec &dst) { in Get()
511 SBError SBPlatform::Put(SBFileSpec &src, SBFileSpec &dst) { in Put()
533 SBError SBPlatform::Install(SBFileSpec &src, SBFileSpec &dst) { in Install()
546 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
570 SBError SBPlatform::Launch(SBLaunchInfo &launch_info) { in Launch()
580 SBProcess SBPlatform::Attach(SBAttachInfo &attach_info, in Attach()
603 SBProcessInfoList SBPlatform::GetAllProcesses(SBError &error) { in GetAllProcesses()
617 SBError SBPlatform::Kill(const lldb::pid_t pid) { in Kill()
624 SBError SBPlatform::ExecuteConnected( in ExecuteConnected()
639 SBError SBPlatform::MakeDirectory(const char *path, uint32_t file_permissions) { in MakeDirectory()
653 uint32_t SBPlatform::GetFilePermissions(const char *path) { in GetFilePermissions()
665 SBError SBPlatform::SetFilePermissions(const char *path, in SetFilePermissions()
680 SBUnixSignals SBPlatform::GetUnixSignals() const { in GetUnixSignals()
689 SBEnvironment SBPlatform::GetEnvironment() { in GetEnvironment()
700 SBError SBPlatform::SetLocateModuleCallback( in SetLocateModuleCallback()