Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h19 #define POSIX_LOG_PTRACE (1u << 5) macro
H A DProcessPOSIXLog.cpp19 {{"ptrace"}, {"log all calls to ptrace"}, POSIX_LOG_PTRACE},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp385 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PTRACE)); in PtraceWrapper()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp379 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PTRACE)); in PtraceWrapper()