Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDLogging.h28 #define LIBLLDB_LOG_WATCHPOINTS (1u << 6) macro
56 LIBLLDB_LOG_WATCHPOINTS |\
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDLogging.cpp137 … else if (0 == ::strncasecmp(arg, "watch", 5)) flag_bits &= ~LIBLLDB_LOG_WATCHPOINTS; in DisableLog()
224 else if (0 == ::strncasecmp(arg, "watch", 5)) flag_bits |= LIBLLDB_LOG_WATCHPOINTS; in EnableLog()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp613 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in CreateWatchpoint()
816 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in RemoveAllWatchpoints()
851 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in DisableAllWatchpoints()
884 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in EnableAllWatchpoints()
916 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in ClearAllWatchpointHitCounts()
936 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in ClearAllWatchpointHistoricValues()
957 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in IgnoreAllWatchpoints()
980 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in DisableWatchpointByID()
1003 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in EnableWatchpointByID()
1026 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS)); in RemoveWatchpointByID()
[all …]
HDStopInfo.cpp700 Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_WATCHPOINTS); in PerformAction()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp2174 Log *log (GetLogIfAnyCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in Handle_Z()
2257 Log *log (GetLogIfAnyCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in Handle_z()