Lines Matching refs:Watchpoints
810 Log *log = GetLog(LLDBLog::Watchpoints); in CreateWatchpoint()
1165 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveAllWatchpoints()
1178 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints()
1194 Log *log = GetLog(LLDBLog::Watchpoints); in DisableAllWatchpoints()
1207 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints()
1221 Log *log = GetLog(LLDBLog::Watchpoints); in EnableAllWatchpoints()
1234 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints()
1247 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHitCounts()
1250 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts()
1261 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHistoricValues()
1264 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues()
1276 Log *log = GetLog(LLDBLog::Watchpoints); in IgnoreAllWatchpoints()
1282 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints()
1293 Log *log = GetLog(LLDBLog::Watchpoints); in DisableWatchpointByID()
1312 Log *log = GetLog(LLDBLog::Watchpoints); in EnableWatchpointByID()
1331 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveWatchpointByID()
1348 Log *log = GetLog(LLDBLog::Watchpoints); in IgnoreWatchpointByID()