Lines Matching refs:wp_options
227 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
229 if (wp_options) { in IOHandlerInputComplete()
236 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete()
241 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback() argument
246 wp_options); // Baton for the "io_handler" that will be passed back into in CollectDataForWatchpointCommandCallback()
251 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
266 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
437 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
439 if (wp_options == nullptr) in DoExecute()
451 wp_options, m_options.m_one_liner.c_str()); in DoExecute()
461 wp_options, oneliner.c_str()); in DoExecute()
463 script_interp->CollectDataForWatchpointCommandCallback(wp_options, in DoExecute()
469 SetWatchpointCommandCallback(wp_options, in DoExecute()
472 CollectDataForWatchpointCommandCallback(wp_options, result); in DoExecute()
617 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
618 if (wp_options) { in DoExecute()
620 const Baton *baton = wp_options->GetBaton(); in DoExecute()