Searched refs:sb_watchpoint (Results 1 – 3 of 3) sorted by relevance
282 SBWatchpoint sb_watchpoint; in GetWatchpointEventTypeFromEvent() 284 sb_watchpoint =286 return sb_watchpoint; in GetWatchpointFromEvent() 288 SBWatchpoint sb_watchpoint; GetWatchpointFromEvent() local
1440 SBWatchpoint sb_watchpoint; in Watch() local1449 return sb_watchpoint; in Watch()1453 return sb_watchpoint; in Watch()1457 return sb_watchpoint; in Watch()1460 return sb_watchpoint; in Watch()1482 sb_watchpoint.SetSP(watchpoint_sp); in Watch()1500 return sb_watchpoint; in Watch()1518 SBWatchpoint sb_watchpoint; in WatchPointee() local1520 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()1521 return sb_watchpoint; in WatchPointee()
1290 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() local1294 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()1296 return sb_watchpoint; in GetWatchpointAtIndex()1317 SBWatchpoint sb_watchpoint; in FindWatchpointByID() local1325 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()1328 return sb_watchpoint; in FindWatchpointByID()1348 SBWatchpoint sb_watchpoint; in WatchpointCreateByAddress() local1361 return sb_watchpoint; in WatchpointCreateByAddress()1372 sb_watchpoint.SetSP(watchpoint_sp); in WatchpointCreateByAddress()1375 return sb_watchpoint; in WatchpointCreateByAddress()