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

References

tools/lldb/source/API/SBPlatform.cpp
  623   LLDB_REGISTER_CONSTRUCTOR(SBPlatformConnectOptions, (const char *));
  624   LLDB_REGISTER_CONSTRUCTOR(SBPlatformConnectOptions,
  626   LLDB_REGISTER_METHOD(
  630   LLDB_REGISTER_METHOD(const char *, SBPlatformConnectOptions, GetURL, ());
  631   LLDB_REGISTER_METHOD(void, SBPlatformConnectOptions, SetURL,
  633   LLDB_REGISTER_METHOD(bool, SBPlatformConnectOptions, GetRsyncEnabled, ());
  634   LLDB_REGISTER_METHOD(void, SBPlatformConnectOptions, EnableRsync,
  636   LLDB_REGISTER_METHOD(void, SBPlatformConnectOptions, DisableRsync, ());
  637   LLDB_REGISTER_METHOD(const char *, SBPlatformConnectOptions,
  639   LLDB_REGISTER_METHOD(void, SBPlatformConnectOptions, SetLocalCacheDirectory,