Skip to content

Commit

Permalink
Meta: Don't immediately continue in serenity.sh's gdb option
Browse files Browse the repository at this point in the history
This allows us to step through the initial boot instructions.
  • Loading branch information
IdanHo authored and awesomekling committed Sep 7, 2021
1 parent 783a58d commit f56bdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meta/serenity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit f56bdd2

Please sign in to comment.