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

References

tools/lldb/source/API/SBCommunication.cpp
  192   LLDB_REGISTER_CONSTRUCTOR(SBCommunication, ());
  193   LLDB_REGISTER_CONSTRUCTOR(SBCommunication, (const char *));
  194   LLDB_REGISTER_METHOD_CONST(bool, SBCommunication, IsValid, ());
  195   LLDB_REGISTER_METHOD_CONST(bool, SBCommunication, operator bool, ());
  196   LLDB_REGISTER_METHOD(bool, SBCommunication, GetCloseOnEOF, ());
  197   LLDB_REGISTER_METHOD(void, SBCommunication, SetCloseOnEOF, (bool));
  198   LLDB_REGISTER_METHOD(lldb::ConnectionStatus, SBCommunication, Connect,
  200   LLDB_REGISTER_METHOD(lldb::ConnectionStatus, SBCommunication,
  202   LLDB_REGISTER_METHOD(lldb::ConnectionStatus, SBCommunication, Disconnect,
  204   LLDB_REGISTER_METHOD_CONST(bool, SBCommunication, IsConnected, ());
  205   LLDB_REGISTER_METHOD(bool, SBCommunication, ReadThreadStart, ());
  206   LLDB_REGISTER_METHOD(bool, SBCommunication, ReadThreadStop, ());
  207   LLDB_REGISTER_METHOD(bool, SBCommunication, ReadThreadIsRunning, ());
  208   LLDB_REGISTER_METHOD(lldb::SBBroadcaster, SBCommunication, GetBroadcaster,
  210   LLDB_REGISTER_STATIC_METHOD(const char *, SBCommunication,