Home
last modified time | relevance | path

Searched refs:SendSignalsToIgnore (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h457 Status SendSignalsToIgnore(llvm::ArrayRef<int32_t> signals);
H A DGDBRemoteCommunicationClient.cpp3937 Status GDBRemoteCommunicationClient::SendSignalsToIgnore( in SendSignalsToIgnore() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp3985 Status error = m_gdb_comm.SendSignalsToIgnore(signals_to_ignore); in UpdateAutomaticSignalFiltering()