Lines Matching refs:WatchpointOptions
187 WatchpointOptions *wp_options = in IOHandlerInputComplete()
188 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
190 std::unique_ptr<WatchpointOptions::CommandData> data_up( in IOHandlerInputComplete()
191 new WatchpointOptions::CommandData()); in IOHandlerInputComplete()
194 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( in IOHandlerInputComplete()
201 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
211 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
213 std::unique_ptr<WatchpointOptions::CommandData> data_up( in SetWatchpointCommandCallback()
214 new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback()
225 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()
237 WatchpointOptions::CommandData *data = in WatchpointOptionsCallbackFunction()
238 (WatchpointOptions::CommandData *)baton; in WatchpointOptionsCallbackFunction()
392 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
539 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()