Lines Matching refs:WatchpointOptions
226 WatchpointOptions *wp_options = in IOHandlerInputComplete()
227 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
229 std::unique_ptr<WatchpointOptions::CommandData> data_ap( in IOHandlerInputComplete()
230 new WatchpointOptions::CommandData()); in IOHandlerInputComplete()
233 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( in IOHandlerInputComplete()
240 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
251 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
253 std::unique_ptr<WatchpointOptions::CommandData> data_ap( in SetWatchpointCommandCallback()
254 new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback()
265 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_ap)); in SetWatchpointCommandCallback()
277 WatchpointOptions::CommandData *data = in WatchpointOptionsCallbackFunction()
278 (WatchpointOptions::CommandData *)baton; in WatchpointOptionsCallbackFunction()
437 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
633 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()