Searched refs:sb_watchpoint (Results 1 – 3 of 3) sorted by relevance
300 SBWatchpoint sb_watchpoint; in GetWatchpointFromEvent() local302 sb_watchpoint = in GetWatchpointFromEvent()304 return LLDB_RECORD_RESULT(sb_watchpoint); in GetWatchpointFromEvent()
1454 SBWatchpoint sb_watchpoint; in Watch() local1463 return LLDB_RECORD_RESULT(sb_watchpoint); in Watch()1467 return LLDB_RECORD_RESULT(sb_watchpoint); in Watch()1471 return LLDB_RECORD_RESULT(sb_watchpoint); in Watch()1474 return LLDB_RECORD_RESULT(sb_watchpoint); in Watch()1489 sb_watchpoint.SetSP(watchpoint_sp); in Watch()1507 return LLDB_RECORD_RESULT(sb_watchpoint); in Watch()1528 SBWatchpoint sb_watchpoint; in WatchPointee() local1530 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()1531 return LLDB_RECORD_RESULT(sb_watchpoint); in WatchPointee()
1408 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() local1412 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()1414 return LLDB_RECORD_RESULT(sb_watchpoint); in GetWatchpointAtIndex()1439 SBWatchpoint sb_watchpoint; in FindWatchpointByID() local1447 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()1450 return LLDB_RECORD_RESULT(sb_watchpoint); in FindWatchpointByID()1460 SBWatchpoint sb_watchpoint; in WatchAddress() local1474 return LLDB_RECORD_RESULT(sb_watchpoint); in WatchAddress()1484 sb_watchpoint.SetSP(watchpoint_sp); in WatchAddress()1487 return LLDB_RECORD_RESULT(sb_watchpoint); in WatchAddress()