Lines Matching refs:GetTarget
114 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in GetHardwareIndex()
129 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchAddress()
144 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchSize()
157 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in SetEnabled()
158 watchpoint_sp->GetTarget().DisableWatchpointByID(watchpoint_sp->GetID()); in SetEnabled()
168 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in IsEnabled()
182 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in GetHitCount()
199 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
212 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
223 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in GetCondition()
235 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in SetCondition()
248 Mutex::Locker api_locker (watchpoint_sp->GetTarget().GetAPIMutex()); in GetDescription()