Lines Matching refs:BreakpointOptions
638 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete()
639 (std::vector<std::reference_wrapper<BreakpointOptions>> *) in IOHandlerInputComplete()
641 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
653 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
1252 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback()
1267 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
1309 BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
1310 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback()
1319 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()
1326 BreakpointOptions &bp_options, const char *command_body_text) { in SetBreakpointCommandCallback()
1332 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
1346 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in SetBreakpointCommandCallback()