1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

Meta: Add GDB pretty printers

This commit is contained in:
Gunnar Beutner 2021-04-20 18:37:33 +02:00 committed by Linus Groh
parent ba261aba72
commit 232e64c10a
3 changed files with 280 additions and 3 deletions

View file

@ -201,7 +201,8 @@ run_gdb() {
if [ -n "$KERNEL_CMD_LINE" ]; then
export SERENITY_KERNEL_CMDLINE="$KERNEL_CMD_LINE"
fi
gdb "$BUILD_DIR/Kernel/Kernel" -ex 'target remote :1234' "${GDB_ARGS[@]}" -ex cont
sleep 1
"$(get_top_dir)/Meta/debug-kernel.sh" "${GDB_ARGS[@]}" -ex cont
fi
}