mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
run: forward -n to -u
This commit is contained in:
4
run
4
run
@@ -319,9 +319,9 @@ ${extra_flags} \
|
|||||||
fi
|
fi
|
||||||
if "$tmux"; then
|
if "$tmux"; then
|
||||||
if "$gem5"; then
|
if "$gem5"; then
|
||||||
eval "./tmu 'sleep 2;./gem5-shell ${tmux_args};'"
|
eval "./tmu 'sleep 2;./gem5-shell -n ${common_run_id} ${tmux_args};'"
|
||||||
elif "$debug"; then
|
elif "$debug"; then
|
||||||
eval "./tmu ./rungdb -a '${arch} -L ${common_linux_variant}' ${tmux_args}"
|
eval "./tmu ./rungdb -a '${arch} -L ${common_linux_variant}' -n ${common_run_id} ${tmux_args}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
"${root_dir}/eeval" "$cmd" "${common_gem5_run_dir}/run.sh"
|
"${root_dir}/eeval" "$cmd" "${common_gem5_run_dir}/run.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user