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

Declarations

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
   38   bool Interrupt();

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2426     caused_stop = m_gdb_comm.Interrupt();
tools/lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
  181   ASSERT_FALSE(client.Interrupt());
  191       std::async(std::launch::async, [&] { return client.Interrupt(); });
  215       std::async(std::launch::async, [&] { return client.Interrupt(); });
  239   ASSERT_FALSE(client.Interrupt());
  249       std::async(std::launch::async, [&] { return client.Interrupt(); });
  332       std::async(std::launch::async, [&] { return client.Interrupt(); });