Lines Matching refs:BreakpointOptions
608 std::vector<BreakpointOptions *> *bp_options_vec = in IOHandlerInputComplete()
609 (std::vector<BreakpointOptions *> *)io_handler.GetUserData(); in IOHandlerInputComplete()
624 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
1200 std::vector<BreakpointOptions *> &bp_options_vec, in CollectDataForBreakpointCommandCallback()
1215 BreakpointOptions *bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
1257 BreakpointOptions *bp_options, in SetBreakpointCommandCallback()
1258 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback()
1267 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()
1274 BreakpointOptions *bp_options, const char *command_body_text) { in SetBreakpointCommandCallback()
1280 BreakpointOptions *bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
1295 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in SetBreakpointCommandCallback()