Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h20 #define POSIX_LOG_PTRACE (1u << 5) macro
H A DProcessPOSIXLog.cpp21 {{"ptrace"}, {"log all calls to ptrace"}, POSIX_LOG_PTRACE},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp300 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PTRACE)); in PtraceWrapper()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp67 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_PTRACE)); in PtraceWrapper()