Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.h18 #define POSIX_LOG_MEMORY (1u << 4) // Log memory reads/writes calls macro
DProcessPOSIXLog.cpp17 {{"memory"}, {"log memory reads and writes"}, POSIX_LOG_MEMORY},
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.cpp783 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_MEMORY)); in ReadMemory()
811 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_MEMORY)); in WriteMemory()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp829 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_MEMORY)); in ReadMemory()
857 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_MEMORY)); in WriteMemory()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp1568 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_MEMORY)); in ReadMemory()
1596 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_MEMORY)); in WriteMemory()