Searched refs:cmd_data_up (Results 1 – 5 of 5) sorted by relevance
287 std::unique_ptr<CommandData> cmd_data_up; in CreateFromStructuredData() local293 cmd_data_up = CommandData::CreateFromStructuredData(*cmds_dict, cmds_error); in CreateFromStructuredData()305 if (cmd_data_up) { in CreateFromStructuredData()306 if (cmd_data_up->interpreter == eScriptLanguageNone) in CreateFromStructuredData()307 bp_options->SetCommandDataCallback(cmd_data_up); in CreateFromStructuredData()315 if (interp->GetLanguage() != cmd_data_up->interpreter) { in CreateFromStructuredData()318 ScriptInterpreter::LanguageToString(cmd_data_up->interpreter) in CreateFromStructuredData()324 interp->SetBreakpointCommandCallback(*bp_options, cmd_data_up); in CreateFromStructuredData()
285 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() local288 loc_sp->GetLocationOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
472 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() local475 bp_name->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
490 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() local493 bkpt_sp->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
1211 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback() argument1213 error = GenerateBreakpointCommandCallbackData(cmd_data_up->user_source, in SetBreakpointCommandCallback()1214 cmd_data_up->script_source, in SetBreakpointCommandCallback()1221 std::make_shared<BreakpointOptions::CommandBaton>(std::move(cmd_data_up)); in SetBreakpointCommandCallback()