Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h40 bool SendAsyncSignal(int signo, std::chrono::seconds interrupt_timeout);
H A DGDBRemoteClientBase.cpp160 bool GDBRemoteClientBase::SendAsyncSignal( in SendAsyncSignal() function in GDBRemoteClientBase
H A DProcessGDBRemote.cpp3317 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()