Lines Matching defs:wp
79 wp: the watchpoint that was hit.
90 def watchpoint_callback(frame, wp):
386 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get();
387 // Sanity check wp first.
388 if (wp == nullptr)
391 WatchpointOptions *wp_options = wp->GetOptions();
414 function_signature += "(frame, wp, internal_dict)";
480 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get();
481 if (wp)
482 wp->ClearCallback();
535 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get();
537 if (wp) {
538 const WatchpointOptions *wp_options = wp->GetOptions();