summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-09-07 02:17:36 +0300
committerAndreas Kling <kling@serenityos.org>2021-09-07 12:58:46 +0200
commitf56bdd2bb77bc723bd63dc3f384e21a23b726151 (patch)
tree501adf9ffba036abd461b95f30d0cc99ef1a25f4
parent783a58dbc77a5af99d979bcdbf64a97e43ca9be8 (diff)
downloadserenity-f56bdd2bb77bc723bd63dc3f384e21a23b726151.zip
Meta: Don't immediately continue in serenity.sh's gdb option
This allows us to step through the initial boot instructions.
-rwxr-xr-xMeta/serenity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/serenity.sh b/Meta/serenity.sh
index f2f7b616cc..072a329362 100755
--- a/Meta/serenity.sh
+++ b/Meta/serenity.sh
@@ -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
}