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);
392 WatchpointOptions *wp_options = wp->GetOptions();
393 // Skip this watchpoint if wp_options is not good.
394 if (wp_options == nullptr)
406 wp_options, m_options.m_one_liner.c_str(),
417 wp_options, function_signature.c_str(), /*is_callback=*/true);
419 script_interp->CollectDataForWatchpointCommandCallback(wp_options,
425 SetWatchpointCommandCallback(wp_options,
428 CollectDataForWatchpointCommandCallback(wp_options, result);
539 const WatchpointOptions *wp_options = wp->GetOptions();
540 if (wp_options) {
542 const Baton *baton = wp_options->GetBaton();