Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux.cpp133 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_REGISTERS)); in DoReadRegisterValue()
150 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_REGISTERS)); in DoWriteRegisterValue()
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.cpp20 {{"registers"}, {"log register read/writes"}, POSIX_LOG_REGISTERS},
DProcessPOSIXLog.h20 #define POSIX_LOG_REGISTERS (1u << 6) macro