Lines Matching refs:BreakpointOptions
509 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete()
510 (std::vector<std::reference_wrapper<BreakpointOptions>> *) in IOHandlerInputComplete()
512 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
524 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
1140 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback()
1155 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
1197 BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
1198 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback()
1207 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()
1214 BreakpointOptions &bp_options, const char *command_body_text) { in SetBreakpointCommandCallback()
1220 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
1234 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in SetBreakpointCommandCallback()