Lines Matching defs:RunLLDBCommands
599 bool DAP::RunLLDBCommands(llvm::StringRef prefix,
603 ::RunLLDBCommands(debugger, prefix, commands, required_command_failed);
620 if (!RunLLDBCommands("Running attachCommands:", attach_commands))
627 if (!RunLLDBCommands("Running launchCommands:", launch_commands))
633 if (!RunLLDBCommands("Running initCommands:", init_commands))
639 if (!RunLLDBCommands("Running preInitCommands:", pre_init_commands))
645 if (!RunLLDBCommands("Running preRunCommands:", pre_run_commands))
651 RunLLDBCommands("Running postRunCommands:", post_run_commands);
654 RunLLDBCommands("Running stopCommands:", stop_commands);
658 RunLLDBCommands("Running exitCommands:", exit_commands);
662 RunLLDBCommands("Running terminateCommands:", terminate_commands);