mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
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:
parent
783a58dbc7
commit
f56bdd2bb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue