#include <SBPlatform.h>
|
lldb::PlatformSP | GetSP () const |
|
void | SetSP (const lldb::PlatformSP &platform_sp) |
|
SBError | ExecuteConnected (const std::function< lldb_private::Error(const lldb::PlatformSP &)> &func) |
|
Definition at line 87 of file SBPlatform.h.
lldb::SBPlatform::SBPlatform |
( |
| ) |
|
lldb::SBPlatform::SBPlatform |
( |
const char * |
platform_name | ) |
|
lldb::SBPlatform::~SBPlatform |
( |
| ) |
|
void lldb::SBPlatform::Clear |
( |
| ) |
|
void lldb::SBPlatform::DisconnectRemote |
( |
| ) |
|
SBError lldb::SBPlatform::ExecuteConnected |
( |
const std::function< lldb_private::Error(const lldb::PlatformSP &)> & |
func | ) |
|
|
protected |
uint32_t lldb::SBPlatform::GetFilePermissions |
( |
const char * |
path | ) |
|
const char* lldb::SBPlatform::GetHostname |
( |
| ) |
|
const char* lldb::SBPlatform::GetName |
( |
| ) |
|
const char* lldb::SBPlatform::GetOSBuild |
( |
| ) |
|
const char* lldb::SBPlatform::GetOSDescription |
( |
| ) |
|
uint32_t lldb::SBPlatform::GetOSMajorVersion |
( |
| ) |
|
uint32_t lldb::SBPlatform::GetOSMinorVersion |
( |
| ) |
|
uint32_t lldb::SBPlatform::GetOSUpdateVersion |
( |
| ) |
|
lldb::PlatformSP lldb::SBPlatform::GetSP |
( |
| ) |
const |
|
protected |
const char* lldb::SBPlatform::GetTriple |
( |
| ) |
|
const char* lldb::SBPlatform::GetWorkingDirectory |
( |
| ) |
|
bool lldb::SBPlatform::IsConnected |
( |
| ) |
|
bool lldb::SBPlatform::IsValid |
( |
| ) |
const |
SBError lldb::SBPlatform::Kill |
( |
const lldb::pid_t |
pid | ) |
|
SBError lldb::SBPlatform::MakeDirectory |
( |
const char * |
path, |
|
|
uint32_t |
file_permissions = eFilePermissionsDirectoryDefault |
|
) |
| |
SBError lldb::SBPlatform::SetFilePermissions |
( |
const char * |
path, |
|
|
uint32_t |
file_permissions |
|
) |
| |
void lldb::SBPlatform::SetSP |
( |
const lldb::PlatformSP & |
platform_sp | ) |
|
|
protected |
bool lldb::SBPlatform::SetWorkingDirectory |
( |
const char * |
path | ) |
|
lldb::PlatformSP lldb::SBPlatform::m_opaque_sp |
|
protected |
The documentation for this class was generated from the following file: