Lines Matching refs:BreakpointOptions
530 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete()
531 (std::vector<std::reference_wrapper<BreakpointOptions>> *) in IOHandlerInputComplete()
533 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
545 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
1158 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback()
1173 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
1215 BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
1216 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback()
1226 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()
1233 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
1241 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
1256 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in SetBreakpointCommandCallback()