Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemoteLog.cpp19 {{"break"}, {"log breakpoints"}, GDBR_LOG_BREAKPOINTS},
DProcessGDBRemoteLog.h21 #define GDBR_LOG_BREAKPOINTS (1u << 7) macro
DProcessGDBRemote.cpp3066 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_BREAKPOINTS)); in EnableBreakpointSite()
3190 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_BREAKPOINTS)); in DisableBreakpointSite()