Lines Matching refs:WatchpointOptions
229 WatchpointOptions *wp_options = in IOHandlerInputComplete()
230 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
232 std::unique_ptr<WatchpointOptions::CommandData> data_up( in IOHandlerInputComplete()
233 new WatchpointOptions::CommandData()); in IOHandlerInputComplete()
236 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( in IOHandlerInputComplete()
243 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
253 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
255 std::unique_ptr<WatchpointOptions::CommandData> data_up( in SetWatchpointCommandCallback()
256 new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback()
267 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()
279 WatchpointOptions::CommandData *data = in WatchpointOptionsCallbackFunction()
280 (WatchpointOptions::CommandData *)baton; in WatchpointOptionsCallbackFunction()
434 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
607 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()