Searched refs:sb_watchpoint (Results 1 – 3 of 3) sorted by relevance
282 SBWatchpoint sb_watchpoint; in GetWatchpointFromEvent() local284 sb_watchpoint = in GetWatchpointFromEvent()286 return sb_watchpoint; in GetWatchpointFromEvent()
1457 SBWatchpoint sb_watchpoint; in Watch() local1466 return sb_watchpoint; in Watch()1470 return sb_watchpoint; in Watch()1474 return sb_watchpoint; in Watch()1477 return sb_watchpoint; in Watch()1499 sb_watchpoint.SetSP(watchpoint_sp); in Watch()1518 return sb_watchpoint; in Watch()1536 SBWatchpoint sb_watchpoint; in WatchPointee() local1538 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()1539 return sb_watchpoint; in WatchPointee()
1258 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() local1261 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()1263 return sb_watchpoint; in GetWatchpointAtIndex()1283 SBWatchpoint sb_watchpoint; in FindWatchpointByID() local1291 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()1294 return sb_watchpoint; in FindWatchpointByID()1315 SBWatchpoint sb_watchpoint; in WatchpointCreateByAddress() local1327 return sb_watchpoint; in WatchpointCreateByAddress()1340 sb_watchpoint.SetSP(watchpoint_sp); in WatchpointCreateByAddress()1343 return sb_watchpoint; in WatchpointCreateByAddress()