Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h36 bool SendAsyncSignal(int signo, std::chrono::seconds interrupt_timeout);
H A DGDBRemoteClientBase.cpp161 bool GDBRemoteClientBase::SendAsyncSignal( in SendAsyncSignal() function in GDBRemoteClientBase
H A DProcessGDBRemote.cpp3206 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp111 ASSERT_FALSE(client.SendAsyncSignal(0x47, g_timeout)); in TEST_F()
121 return client.SendAsyncSignal(0x47, g_timeout); in TEST_F()