Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.cpp16 {{"break"}, {"log breakpoints"}, POSIX_LOG_BREAKPOINTS},
DProcessPOSIXLog.h21 #define POSIX_LOG_BREAKPOINTS (1u << 7) macro
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_arm.cpp290 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in NumSupportedHardwareBreakpoints()
309 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in SetHardwareBreakpoint()
367 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in ClearHardwareBreakpoint()
401 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in GetHardwareBreakHitIndex()
421 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in ClearAllHardwareBreakpoints()
DNativeRegisterContextLinux_arm64.cpp444 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in NumSupportedHardwareBreakpoints()
462 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in SetHardwareBreakpoint()
520 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in ClearHardwareBreakpoint()
554 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in GetHardwareBreakHitIndex()
574 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in ClearAllHardwareBreakpoints()
DNativeRegisterContextLinux_mips64.cpp176 Log *log(ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_BREAKPOINTS)); in GetPCfromBreakpointLocation()