Lines Matching refs:BreakpointOptions
207 …std::vector<BreakpointOptions *> *bp_options_vec = (std::vector<BreakpointOptions *> *)io_handler.… in IOHandlerInputComplete()
208 for (BreakpointOptions *bp_options : *bp_options_vec) in IOHandlerInputComplete()
213 … std::unique_ptr<BreakpointOptions::CommandData> data_ap(new BreakpointOptions::CommandData()); in IOHandlerInputComplete()
217 BatonSP baton_sp (new BreakpointOptions::CommandBaton (data_ap.release())); in IOHandlerInputComplete()
224 CollectDataForBreakpointCommandCallback (std::vector<BreakpointOptions *> &bp_options_vec, in CollectDataForBreakpointCommandCallback()
235 SetBreakpointCommandCallback (std::vector<BreakpointOptions *> &bp_options_vec, in SetBreakpointCommandCallback()
240 … std::unique_ptr<BreakpointOptions::CommandData> data_ap(new BreakpointOptions::CommandData()); in SetBreakpointCommandCallback()
249 BatonSP baton_sp (new BreakpointOptions::CommandBaton (data_ap.release())); in SetBreakpointCommandCallback()
266 BreakpointOptions::CommandData *data = (BreakpointOptions::CommandData *) baton; in BreakpointOptionsCallbackFunction()
459 BreakpointOptions *bp_options = NULL; in DoExecute()
519 …std::vector<BreakpointOptions *> m_bp_options_vec; // This stores the breakpoint options that we …
816 const BreakpointOptions *bp_options = NULL; in DoExecute()