Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.h36 bool SendAsyncSignal(int signo);
DGDBRemoteClientBase.cpp136 bool GDBRemoteClientBase::SendAsyncSignal(int signo) { in SendAsyncSignal() function in GDBRemoteClientBase
DProcessGDBRemote.cpp3340 if (!m_gdb_comm.SendAsyncSignal(signo)) in DoSignal()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteClientBaseTest.cpp106 ASSERT_FALSE(client.SendAsyncSignal(0x47)); in TEST_F()
116 std::launch::async, [&] { return client.SendAsyncSignal(0x47); }); in TEST_F()