Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h39 bool SendAsyncSignal(int signo);
H A DGDBRemoteClientBase.cpp141 bool GDBRemoteClientBase::SendAsyncSignal(int signo) { in SendAsyncSignal() function in GDBRemoteClientBase
H A DProcessGDBRemote.cpp3430 if (!m_gdb_comm.SendAsyncSignal(signo)) in DoSignal()