Lines Matching refs:Watchpoints
857 Log *log = GetLog(LLDBLog::Watchpoints); in CreateWatchpoint()
1224 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveAllWatchpoints()
1237 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints()
1253 Log *log = GetLog(LLDBLog::Watchpoints); in DisableAllWatchpoints()
1266 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints()
1280 Log *log = GetLog(LLDBLog::Watchpoints); in EnableAllWatchpoints()
1293 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints()
1306 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHitCounts()
1309 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts()
1320 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHistoricValues()
1323 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues()
1335 Log *log = GetLog(LLDBLog::Watchpoints); in IgnoreAllWatchpoints()
1341 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints()
1352 Log *log = GetLog(LLDBLog::Watchpoints); in DisableWatchpointByID()
1371 Log *log = GetLog(LLDBLog::Watchpoints); in EnableWatchpointByID()
1390 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveWatchpointByID()
1407 Log *log = GetLog(LLDBLog::Watchpoints); in IgnoreWatchpointByID()