Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h270 siginfo_read = (1u << 8), enumerator
272 LLVM_MARK_AS_BITMASK_ENUM(siginfo_read)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp155 Extension::siginfo_read; in GetSupportedExtensions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp4229 if (bool(plugin_features & Extension::siginfo_read)) in HandleFeatures()