Lines Matching defs:exe_name
844 def run_to_breakpoint_make_target(test, exe_name="a.out", in_cwd=True):
845 exe = test.getBuildArtifact(exe_name) if in_cwd else exe_name
849 test.assertTrue(target, "Target: %s is not valid." % (exe_name))
940 exe_name="a.out",
946 """Start up a target, using exe_name as the executable, and run it to
955 path to the executable in exe_name, and set in_cwd to False.
974 target = run_to_breakpoint_make_target(test, exe_name, in_cwd)
992 exe_name="a.out",
999 """Start up a target, using exe_name as the executable, and run it to
1005 target = run_to_breakpoint_make_target(test, exe_name, in_cwd)
1027 exe_name="a.out",
1033 """Start up a target, using exe_name as the executable, and run it to
1039 target = run_to_breakpoint_make_target(test, exe_name, in_cwd)