Lines Matching refs:wp_options
189 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback() argument
197 wp_options->SetCallback (WatchpointOptionsCallbackFunction, baton_sp); in CollectDataForWatchpointCommandCallback()
200 wp_options, // callback_data in CollectDataForWatchpointCommandCallback()
226 SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
239 wp_options->SetCallback (WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
283 WatchpointOptions *wp_options = (WatchpointOptions *) callback_data; in GenerateWatchpointCommandCallback() local
284 if (wp_options) in GenerateWatchpointCommandCallback()
286 Baton *wp_options_baton = wp_options->GetBaton(); in GenerateWatchpointCommandCallback()
302 WatchpointOptions *wp_options = (WatchpointOptions *) callback_data; in GenerateWatchpointCommandCallback() local
303 if (wp_options) in GenerateWatchpointCommandCallback()
305 Baton *wp_options_baton = wp_options->GetBaton (); in GenerateWatchpointCommandCallback()
533 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
535 if (wp_options == NULL) continue; in DoExecute()
545 … m_interpreter.GetScriptInterpreter()->SetWatchpointCommandCallback (wp_options, in DoExecute()
555 … m_interpreter.GetScriptInterpreter()->SetWatchpointCommandCallback (wp_options, in DoExecute()
560 … m_interpreter.GetScriptInterpreter()->CollectDataForWatchpointCommandCallback (wp_options, in DoExecute()
568 SetWatchpointCommandCallback (wp_options, in DoExecute()
571 CollectDataForWatchpointCommandCallback (wp_options, in DoExecute()
791 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
792 if (wp_options) in DoExecute()
795 const Baton *baton = wp_options->GetBaton(); in DoExecute()