Lines Matching refs:wp_options
199 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
201 if (wp_options) { in IOHandlerInputComplete()
208 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete()
213 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback() argument
218 wp_options); // Baton for the "io_handler" that will be passed back into in CollectDataForWatchpointCommandCallback()
223 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
238 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
404 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
406 if (wp_options == nullptr) in DoExecute()
418 wp_options, m_options.m_one_liner.c_str(), in DoExecute()
429 wp_options, function_signature.c_str(), /*is_callback=*/true); in DoExecute()
431 script_interp->CollectDataForWatchpointCommandCallback(wp_options, in DoExecute()
437 SetWatchpointCommandCallback(wp_options, in DoExecute()
440 CollectDataForWatchpointCommandCallback(wp_options, result); in DoExecute()
575 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
576 if (wp_options) { in DoExecute()
578 const Baton *baton = wp_options->GetBaton(); in DoExecute()