Home | History | Annotate | Download | only in Commands

Lines Matching defs:baton

286                     Baton *wp_options_baton = wp_options->GetBaton();
305 Baton *wp_options_baton = wp_options->GetBaton ();
332 WatchpointOptionsCallbackFunction (void *baton,
337 if (baton == NULL)
341 WatchpointOptions::CommandData *data = (WatchpointOptions::CommandData *) baton;
794 // Get the callback baton associated with the current watchpoint.
795 const Baton *baton = wp_options->GetBaton();
796 if (baton)
800 baton->GetDescription(&result.GetOutputStream(), eDescriptionLevelFull);