reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBPlatform.cpp
  667   LLDB_REGISTER_CONSTRUCTOR(SBPlatform, ());
  668   LLDB_REGISTER_CONSTRUCTOR(SBPlatform, (const char *));
  669   LLDB_REGISTER_METHOD_CONST(bool, SBPlatform, IsValid, ());
  670   LLDB_REGISTER_METHOD_CONST(bool, SBPlatform, operator bool, ());
  671   LLDB_REGISTER_METHOD(void, SBPlatform, Clear, ());
  672   LLDB_REGISTER_METHOD(const char *, SBPlatform, GetName, ());
  673   LLDB_REGISTER_METHOD(const char *, SBPlatform, GetWorkingDirectory, ());
  674   LLDB_REGISTER_METHOD(bool, SBPlatform, SetWorkingDirectory, (const char *));
  675   LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, ConnectRemote,
  677   LLDB_REGISTER_METHOD(void, SBPlatform, DisconnectRemote, ());
  678   LLDB_REGISTER_METHOD(bool, SBPlatform, IsConnected, ());
  679   LLDB_REGISTER_METHOD(const char *, SBPlatform, GetTriple, ());
  680   LLDB_REGISTER_METHOD(const char *, SBPlatform, GetOSBuild, ());
  681   LLDB_REGISTER_METHOD(const char *, SBPlatform, GetOSDescription, ());
  682   LLDB_REGISTER_METHOD(const char *, SBPlatform, GetHostname, ());
  683   LLDB_REGISTER_METHOD(uint32_t, SBPlatform, GetOSMajorVersion, ());
  684   LLDB_REGISTER_METHOD(uint32_t, SBPlatform, GetOSMinorVersion, ());
  685   LLDB_REGISTER_METHOD(uint32_t, SBPlatform, GetOSUpdateVersion, ());
  686   LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Get,
  688   LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Put,
  690   LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Install,
  692   LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Run,
  694   LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Launch,
  696   LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, Kill, (const lldb::pid_t));
  697   LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, MakeDirectory,
  699   LLDB_REGISTER_METHOD(uint32_t, SBPlatform, GetFilePermissions,
  701   LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, SetFilePermissions,
  703   LLDB_REGISTER_METHOD_CONST(lldb::SBUnixSignals, SBPlatform, GetUnixSignals,