Searched refs:cmd_data_up (Results 1 – 5 of 5) sorted by relevance
298 std::unique_ptr<CommandData> cmd_data_up; in CreateFromStructuredData() local304 cmd_data_up = CommandData::CreateFromStructuredData(*cmds_dict, cmds_error); in CreateFromStructuredData()316 if (cmd_data_up) { in CreateFromStructuredData()317 if (cmd_data_up->interpreter == eScriptLanguageNone) in CreateFromStructuredData()318 bp_options->SetCommandDataCallback(cmd_data_up); in CreateFromStructuredData()326 if (interp->GetLanguage() != cmd_data_up->interpreter) { in CreateFromStructuredData()329 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()335 interp->SetBreakpointCommandCallback(*bp_options, cmd_data_up); in CreateFromStructuredData()
283 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() local286 loc_sp->GetLocationOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
486 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() local489 bp_name->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
506 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() local509 bkpt_sp->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
1310 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback() argument1312 error = GenerateBreakpointCommandCallbackData(cmd_data_up->user_source, in SetBreakpointCommandCallback()1313 cmd_data_up->script_source, in SetBreakpointCommandCallback()1319 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()