Meta: Don't immediately continue in serenity.sh's gdb option

This allows us to step through the initial boot instructions.
This commit is contained in:
Idan Horowitz 2021-09-07 02:17:36 +03:00 committed by Andreas Kling
parent 783a58dbc7
commit f56bdd2bb7
Notes: sideshowbarker 2024-07-18 04:32:43 +09:00

View file

@ -271,7 +271,7 @@ run_gdb() {
export SERENITY_KERNEL_CMDLINE="$KERNEL_CMD_LINE"
fi
sleep 1
"$(get_top_dir)/Meta/debug-kernel.sh" "${GDB_ARGS[@]}" -ex cont
"$(get_top_dir)/Meta/debug-kernel.sh" "${GDB_ARGS[@]}"
fi
}