Searched refs:cmd_data_up (Results 1 – 5 of 5) sorted by relevance
313 std::unique_ptr<CommandData> cmd_data_up; in CreateFromStructuredData() local319 cmd_data_up = CommandData::CreateFromStructuredData(*cmds_dict, cmds_error); in CreateFromStructuredData()331 if (cmd_data_up.get()) { in CreateFromStructuredData()332 if (cmd_data_up->interpreter == eScriptLanguageNone) in CreateFromStructuredData()333 bp_options->SetCommandDataCallback(cmd_data_up); in CreateFromStructuredData()342 if (interp->GetLanguage() != cmd_data_up->interpreter) { in CreateFromStructuredData()345 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()351 interp->SetBreakpointCommandCallback(bp_options.get(), cmd_data_up); in CreateFromStructuredData()
227 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() local230 loc_sp->GetLocationOptions()->SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
476 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() local479 bp_name->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
448 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() local451 bkpt_sp->GetOptions()->SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
1285 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback() argument1287 error = GenerateBreakpointCommandCallbackData(cmd_data_up->user_source, in SetBreakpointCommandCallback()1288 cmd_data_up->script_source); in SetBreakpointCommandCallback()1293 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()