Home | History | Annotate | Download | only in API

Lines Matching refs:watchpoint_sp

1775     lldb::WatchpointSP watchpoint_sp;
1782 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id);
1783 sb_watchpoint.SetSP (watchpoint_sp);
1789 target_sp.get(), (uint32_t) wp_id, watchpoint_sp.get());
1801 lldb::WatchpointSP watchpoint_sp;
1821 watchpoint_sp = target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error);
1823 sb_watchpoint.SetSP (watchpoint_sp);
1829 target_sp.get(), addr, (uint32_t) size, watchpoint_sp.get());