Lines Matching refs:Watchpoints
858 Log *log = GetLog(LLDBLog::Watchpoints); in CreateWatchpoint()
1225 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveAllWatchpoints()
1238 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints()
1254 Log *log = GetLog(LLDBLog::Watchpoints); in DisableAllWatchpoints()
1267 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints()
1281 Log *log = GetLog(LLDBLog::Watchpoints); in EnableAllWatchpoints()
1294 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints()
1307 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHitCounts()
1310 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts()
1321 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHistoricValues()
1324 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues()
1336 Log *log = GetLog(LLDBLog::Watchpoints); in IgnoreAllWatchpoints()
1342 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints()
1353 Log *log = GetLog(LLDBLog::Watchpoints); in DisableWatchpointByID()
1372 Log *log = GetLog(LLDBLog::Watchpoints); in EnableWatchpointByID()
1391 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveWatchpointByID()
1408 Log *log = GetLog(LLDBLog::Watchpoints); in IgnoreWatchpointByID()