mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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
Reference in a new issue