Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h433 bool UsesNativeSignals();
H A DGDBRemoteCommunicationClient.cpp4253 bool GDBRemoteCommunicationClient::UsesNativeSignals() { in UsesNativeSignals() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp974 if (!m_gdb_comm.UsesNativeSignals()) { in DidLaunchOrAttach()