Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_WATCHPOINTS (Results 1 – 4 of 4) sorted by relevance

/external/lldb/include/lldb/
Dlldb-private-log.h28 #define LIBLLDB_LOG_WATCHPOINTS (1u << 6) macro
52 LIBLLDB_LOG_WATCHPOINTS |\
/external/lldb/source/
Dlldb-log.cpp135 … else if (0 == ::strncasecmp(arg, "watch", 5)) flag_bits &= ~LIBLLDB_LOG_WATCHPOINTS; in DisableLog()
205 else if (0 == ::strncasecmp(arg, "watch", 5)) flag_bits |= LIBLLDB_LOG_WATCHPOINTS; in EnableLog()
/external/lldb/source/Target/
DTarget.cpp556 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in CreateWatchpoint()
759 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in RemoveAllWatchpoints()
794 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in DisableAllWatchpoints()
827 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in EnableAllWatchpoints()
859 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in ClearAllWatchpointHitCounts()
880 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in IgnoreAllWatchpoints()
903 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in DisableWatchpointByID()
926 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in EnableWatchpointByID()
949 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in RemoveWatchpointByID()
969 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in IgnoreWatchpointByID()
DStopInfo.cpp642 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS); in PerformAction()