Lines Matching refs:WatchpointOptions
199 WatchpointOptions *wp_options = in IOHandlerInputComplete()
200 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
202 std::unique_ptr<WatchpointOptions::CommandData> data_up( in IOHandlerInputComplete()
203 new WatchpointOptions::CommandData()); in IOHandlerInputComplete()
206 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( in IOHandlerInputComplete()
213 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
223 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
225 std::unique_ptr<WatchpointOptions::CommandData> data_up( in SetWatchpointCommandCallback()
226 new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback()
237 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()
249 WatchpointOptions::CommandData *data = in WatchpointOptionsCallbackFunction()
250 (WatchpointOptions::CommandData *)baton; in WatchpointOptionsCallbackFunction()
404 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
577 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()