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

Declarations

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  442   Status SendSignalsToIgnore(llvm::ArrayRef<int32_t> signals);

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3932   Status error = m_gdb_comm.SendSignalsToIgnore(signals_to_ignore);
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  309     return client.SendSignalsToIgnore({2, 3, 5, 7, 0xB, 0xD, 0x11});
  316     return client.SendSignalsToIgnore(std::vector<int32_t>());