Home | History | Annotate | Download | only in Scripts

Lines Matching refs:COMMANDS

2648     my @commands = (
2658 my $commandFile = File::Spec->catfile($debuggerTempDirectory, "debugger-commands.txt");
2659 unless (open COMMANDS, '>', $commandFile) {
2663 print COMMANDS join("\n", @commands), "\n";
2664 unless (close COMMANDS) {
2712 # If we used -c (instead of -cf) we could pass the commands directly on the command line. But
2713 # when the commands include multiple quoted paths (e.g., for .logopen and .srcpath), Windows
2715 # line parsing). So we save the commands to a file instead and tell the debugger to execute them