Searched refs:executable_file (Results 1 – 7 of 7) sorted by relevance
25 linker_options, executable_file): argument45 env_variables['EXECUTABLE_FILE'] = executable_file52 executable_file): argument70 linker_options, executable_file)100 executable_file = 'exe.exe'102 linker_options, executable_file)
23 my $executable_file = $ARGV[1];26 my $output_dir = dirname $executable_file;70 system("$my_debugger $debugger_options $debugger_script_file $executable_file > $output_file 2>&1");
1164 FileSpec executable_file; in LocateExecutable() local1165 executable_file.GetDirectory() = executable_dir.GetDirectory(); in LocateExecutable()1166 executable_file.GetFilename().SetCString(basename); in LocateExecutable()1167 if (FileSystem::Instance().Exists(executable_file)) in LocateExecutable()1168 return executable_file; in LocateExecutable()
665 FileSpec executable_file(file_name); in OnDebuggerConnected() local666 FileSystem::Instance().Resolve(executable_file); in OnDebuggerConnected()667 ModuleSpec module_spec(executable_file); in OnDebuggerConnected()
136 executable_file=options.executable)
282 executable_file=options.executable)
101 def executable_file : UnsupportedSeparate<"Fe">, HelpText<"">;