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()
428 wp_options, oneliner.c_str()); in DoExecute()
430 script_interp->CollectDataForWatchpointCommandCallback(wp_options, in DoExecute()
436 SetWatchpointCommandCallback(wp_options, in DoExecute()
439 CollectDataForWatchpointCommandCallback(wp_options, result); in DoExecute()
577 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
578 if (wp_options) { in DoExecute()
580 const Baton *baton = wp_options->GetBaton(); in DoExecute()