Home
last modified time | relevance | path

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

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