Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h19 #define POSIX_LOG_MEMORY (1u << 4) // Log memory reads/writes calls macro
H A DProcessPOSIXLog.cpp19 {{"memory"}, {"log memory reads and writes"}, POSIX_LOG_MEMORY},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp690 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_MEMORY)); in ReadMemory()
718 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_MEMORY)); in WriteMemory()