Lines Matching defs:wp_options
187 WatchpointOptions *wp_options =
189 if (wp_options) {
196 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp);
201 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
206 wp_options); // Baton for the "io_handler" that will be passed back into
211 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
226 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp);
391 WatchpointOptions *wp_options = wp->GetOptions();
392 // Skip this watchpoint if wp_options is not good.
393 if (wp_options == nullptr)
405 wp_options, m_options.m_one_liner.c_str(),
416 wp_options, function_signature.c_str(), /*is_callback=*/true);
418 script_interp->CollectDataForWatchpointCommandCallback(wp_options,
424 SetWatchpointCommandCallback(wp_options,
427 CollectDataForWatchpointCommandCallback(wp_options, result);
538 const WatchpointOptions *wp_options = wp->GetOptions();
539 if (wp_options) {
541 const Baton *baton = wp_options->GetBaton();