Searched refs:base_cmd (Results 1 – 3 of 3) sorted by relevance
329 base_cmd=$1331 if [ "$i" = "$base_cmd" ] ; then390 eval $pre_cmd $default_path/$base_cmd $default_args "$@" \
101 base_cmd = ('gdb', '--batch', '-nx')103 base_cmd += ('-iex', 'add-auto-load-safe-path ' + checkout_hook_path)104 proc = subprocess.Popen(base_cmd + args,
213 base_cmd = [sys.executable, '-c', code]