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