Lines Matching refs:BreakpointOptions
524 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete()
525 (std::vector<std::reference_wrapper<BreakpointOptions>> *) in IOHandlerInputComplete()
527 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
540 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
1153 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback()
1168 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
1210 BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
1211 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback()
1221 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()
1228 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
1236 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
1251 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in SetBreakpointCommandCallback()