|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Core/Communication.h 158 bool IsConnected() const;
References
tools/lldb/source/API/SBCommunication.cpp 79 if (m_opaque->IsConnected())
83 if (m_opaque->IsConnected())
104 return m_opaque ? m_opaque->IsConnected() : false;
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp 279 return m_gdb_client.IsConnected();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp 76 if (IsConnected()) {
135 if (IsConnected()) {
241 auto pred = [&] { return !m_packet_queue.empty() && IsConnected(); };
250 if (!IsConnected())
279 while (IsConnected() && !timed_out) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp 105 if (IsConnected())
2605 if (response.IsUnsupportedResponse() && IsConnected()) {
2641 if (response.IsUnsupportedResponse() && IsConnected()) {
2779 thread_ids.size() == 0 && IsConnected()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp 102 if (!IsConnected()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp 74 if (!IsConnected()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp 964 if (!m_stdio_communication.IsConnected()) {
975 if (!m_stdio_communication.IsConnected())
3194 if (m_stdio_communication.IsConnected()) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp 983 while (!m_gdb_comm.IsConnected()) {
1002 if (!m_gdb_comm.IsConnected()) {
2572 if (m_gdb_comm.IsConnected()) {
2675 return m_gdb_comm.IsConnected() && Process::IsAlive();
3084 if (m_stdio_communication.IsConnected()) {
3418 if (m_gdb_comm.IsConnected())
3520 if (m_gdb_comm.IsConnected()) {
tools/lldb/source/Target/Process.cpp 4440 if (m_stdio_communication.IsConnected()) {
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp 527 if (!gdb_server.IsConnected()) {
tools/lldb/tools/lldb-server/lldb-platform.cpp 348 if (platform.IsConnected()) {
tools/lldb/unittests/tools/lldb-server/tests/TestClient.cpp 38 if (!IsConnected())